FtpSettings.KeepAliveDuringTransferInterval Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
KeepAliveDuringTransferInterval
Gets or sets the length of interval (in seconds) between NOOP commands sent during transfer when the Rebex.Net.FtpOptions.KeepAliveDuringTransfer option is enabled.
Declaration
public int KeepAliveDuringTransferInterval { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The length of interval, in seconds, between successive NOOP commands. Default is 600. |
Remarks
Minimal value is 30. Setting this to a value lower than 30 will set it to 30.
The Rebex.Net.FtpOptions.KeepAliveDuringTransfer option is only needed if the FTP control connection is otherwise being dropped by a buggy router or firewall while a very long data transfer is in progress.