Gets or sets the length of interval (in seconds) between NOOP commands sent during transfer when
the KeepAliveDuringTransfer option is enabled.
Namespace:
Rebex.Net
Assembly:
Rebex.FileTransfer (in Rebex.FileTransfer.dll)
Syntax
Visual Basic |
---|
Public Property KeepAliveDuringTransferInterval As Integer Get Set |
C# |
---|
public int KeepAliveDuringTransferInterval { get; set; } |
Field Value
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 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.