The FileServerSettings type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAcceptWindowsPaths
Gets or sets a value indicating whether the SFTP subsystem accepts Windows-like paths with drive letter, colon and backspaces. If accepted, these paths get normalized from 'd:\directory\file' form to '/d/directory/file' form.
Public propertySupported by the .NET Compact FrameworkAllowedAuthenticationMethods
Gets or sets authentication methods that server users can use by default. This can be overriden by PreAuthentication event handler. Please note that authentication methods must be enabled at the SSH level using Settings / AuthenticationMethods as well.
(Inherited from ServerSettings.)
Public propertySupported by the .NET Compact FrameworkBanner
Gets or sets the banner message announced to the client before authentication.
(Inherited from ServerSettings.)
Public propertySupported by the .NET Compact FrameworkDiffieHellmanParametersCache
Gets or sets Diffie-Hellman parameters cache.
Public propertySupported by the .NET Compact FrameworkEnableEventsForFailedTransfers
Gets or sets a value indicating whether to raise FileDownloaded and/or FileUploaded events for incomplete transfers.
Public propertySupported by the .NET Compact FrameworkFileShareMode
Gets or sets flags for controlling the kind of access others can have to an opened file.
Public propertySupported by the .NET Compact FrameworkForceShellWelcomeMessage
Gets or sets a value indicating whether to show ShellWelcomeMessage on pseudoterminal-less shell sessions as well. By default, the welcome message is only shown for shell sessions with a pseudoterminal.
Public propertySupported by the .NET Compact FrameworkGetItemInfoRequiresListPermission
Gets or sets a value indicating whether getting item info requires Read or List permission (used for FileServer.PathAccessAuthorization event). Default is false, which means getting item info requires Read permission.
Public propertySupported by the .NET Compact FrameworkIgnoreKeepAlive
Gets or sets a value indicating whether keep-alive packets are ignored when determining whether the client session has been idle.
(Inherited from ServerSettings.)
Public propertySupported by the .NET Compact FrameworkKeepAlivePeriod
Gets or sets keep-alive period (in seconds). If the session has been inactive for the specified period, a a keep-alive packet is send to ensure it stays active.
(Inherited from ServerSettings.)
Public propertySupported by the .NET Compact FrameworkKeepSessionsAlive
Gets or sets a value indicating whether to keep active sessions running when the server is stopped.
(Inherited from ServerSettings.)
Public propertySupported by the .NET Compact FrameworkMaxAuthenticationAttempts
Gets or sets maximum number of authentication retry attempts on a single session.
(Inherited from ServerSettings.)
Public propertySupported by the .NET Compact FrameworkMaxIdleDuration
Gets or sets maximum duration of an idle session (in seconds) before it is closed by the server.
(Inherited from ServerSettings.)
Public propertySupported by the .NET Compact FrameworkMaxPendingConnectionsQueueLength
Specifies the maximum length of the pending connections queue.
(Inherited from ServerSettings.)
Public propertySupported by the .NET Compact FrameworkMaxSessionDuration
Gets or sets maximum duration of a session (in seconds). When this duration expires, a session renegotiation occurs.
(Inherited from ServerSettings.)
Public propertySupported by the .NET Compact FrameworkMaxSessionTransferredBytes
Gets or sets maximum number of bytes transferred during a session. When this value is reached, a session renegotiation occurs.
(Inherited from ServerSettings.)
Public propertySupported by the .NET Compact FrameworkSftpEncoding
Gets or sets charset to be used by SFTP v3.
Public propertySupported by the .NET Compact FrameworkSftpMaxVersion
Gets or sets maximum enabled SFTP version. Allowed values are 3, 4, or 5.
Public propertySupported by the .NET Compact FrameworkShellEncoding
Gets or sets charset to be used by SCP subsystem.
Public propertySupported by the .NET Compact FrameworkShellHostName
Gets or sets the server's host name for SCP subsystem.
Public propertySupported by the .NET Compact FrameworkShellName
Gets or sets the shell name for SCP subsystem.
Public propertySupported by the .NET Compact FrameworkShellPrompt
Gets or sets the user's prompt for SCP subsystem.
Public propertySupported by the .NET Compact FrameworkShellSystemType
Gets or sets the system type for SCP subsystem.
Public propertySupported by the .NET Compact FrameworkShellSystemVersion
Gets or sets the system version for SCP subsystem.
Public propertySupported by the .NET Compact FrameworkShellWelcomeMessage
Gets or sets the user's welcome message for SCP subsystem.
Public propertySupported by the .NET Compact FrameworkShowHiddenItems
Gets or sets a value indicating whether to show hidden files and directories in listings. Default is true.
Public propertySupported by the .NET Compact FrameworkSshParameters
Gets or sets SSH parameters.

See Also