FileServerSettings.FtpMaxIdleDuration Property
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)
FtpMaxIdleDuration
Gets or sets maximum duration of an idle session (in seconds) before it is closed by the server. If set to null, the value of MaxIdleDuration is used.
Declaration
public int? FtpMaxIdleDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Nullable<Int32> |
Remarks
Setting the value to 0 or -1 disables closing idle sessions. Minimum allowed duration is 30 seconds.