FileServerSettings Class
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9147)
File server settings.
Syntax
public class FileServerSettings : ServerSettings
Inherited Members
Properties
Name | Description |
---|---|
Accept |
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. |
Allowed |
Gets or sets authentication methods that server users can use by default.
This can be overriden by Pre |
Banner | Gets or sets the banner message announced to the client before authentication.
Inherited from Server |
Diffie |
Gets or sets Diffie-Hellman parameters cache. |
Enable |
Gets or sets a value indicating whether to raise File |
Enable |
Gets or sets a value indicating whether to enable SSH reverse tunneling. |
File |
Gets or sets flags for controlling the kind of access others can have to an opened file. |
Force |
Gets or sets a value indicating whether to show Shell |
Get |
Gets or sets a value indicating whether getting item info requires Read or List permission
(used for File |
Ignore |
Gets or sets a value indicating whether keep-alive packets are ignored
when determining whether the client session has been idle.
Inherited from Server |
Keep |
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 Server |
Keep |
Gets or sets a value indicating whether to keep active sessions running when the server is stopped.
Inherited from Server |
Max |
Gets or sets maximum number of authentication retry attempts on a single session.
Inherited from Server |
Max |
Gets or sets maximum duration of SSH authentication (in seconds) before the session is closed by the server.
Inherited from Server |
Max |
Gets or sets maximum duration of an idle session (in seconds) before it is closed by the server.
Inherited from Server |
Max |
Specifies the maximum length of the pending connections queue.
Inherited from Server |
Max |
Gets or sets maximum duration of a session (in seconds). When this duration expires, a session renegotiation occurs.
Inherited from Server |
Max |
Gets or sets maximum number of bytes transferred during a session. When this value is reached, a session renegotiation occurs.
Inherited from Server |
Receive |
Gets or sets a value (in bytes) that specifies the size of the buffer for incoming data.
Inherited from Server |
Send |
Gets or sets a value (in bytes) that specifies the size of the buffer for outgoing data.
Inherited from Server |
Sftp |
Gets or sets charset to be used by SFTP v3. |
Sftp |
Maximum length of queue of outgoing SFTP response packets. When the queue is full, the SFTP subsystem will not process further SFTP client requests until the client receives some responses. Value of 0 indiates unlimited queue length. |
Sftp |
Gets or sets maximum enabled SFTP version. Allowed values are 3, 4, or 5. |
Shell |
Gets or sets charset to be used by SCP subsystem. |
Shell |
Gets or sets the server's host name for SCP subsystem. |
Shell |
Gets or sets the shell name for SCP subsystem. |
Shell |
Gets or sets the user's prompt for SCP subsystem. |
Shell |
Gets or sets the system type for SCP subsystem. |
Shell |
Gets or sets the system version for SCP subsystem. |
Shell |
Gets or sets the user's welcome message for SCP subsystem. |
Show |
Gets or sets a value indicating whether to show hidden files and directories in listings. Default is true. |
Ssh |
Gets or sets SSH parameters. |
Use |
Gets or sets a value indicating whether to prefer filesystem access through Win32 API (native) or through System.IO. |