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.Ftp (in Rebex.Ftp.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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also