edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Flag to enable the use of keep alive messages, which are sent to keep the connection alive when no activity is occurring.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public bool KeepAliveIdle { get; set; }
Visual Basic
Public Property KeepAliveIdle As Boolean
	Get
	Set
Visual C++
public:
property bool KeepAliveIdle {
	bool get ();
	void set (bool value);
}

Remarks

The client only contacts the server during periods of inactivity.

See Also