Rebex FTP/SSL for .NET

Ftp.KeepAliveDuringTransferInterval Property

Gets or sets the length of interval between NOOP commands sent during transfer when the KeepAliveDuringTransfer option is enabled.

public int KeepAliveDuringTransferInterval {get; set;}

Property Value

The length of interval, in seconds, between successive NOOP commands. Default is 600.

Remarks

Minimal value is 60. Setting this to a value lower than 60 will set it to 60.

The 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.

See Also

Ftp Class | Rebex.Net Namespace