FileServerSettings.FtpDataTransferMaxIdleDuration Property
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)
FtpDataTransferMaxIdleDuration
Gets or sets maximum duration of an idle data transfer (in seconds) before it is aborted by the server.
Declaration
public int FtpDataTransferMaxIdleDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Remarks
Setting the value to 0 or -1 disables aborting idle data transfers. Minimum allowed duration is 10 seconds.