edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

ExFTPConnectionKeepAliveIdle Property

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: 12.3.0.0
Syntax
public bool KeepAliveIdle { get; set; }

Property Value

Type: Boolean
Remarks
The client only contacts the server during periods of inactivity.
See Also