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

ExFTPConnectionKeepAliveTransfer Property

Flag to enable the use of keep alive messages during data transfers.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public bool KeepAliveTransfer { get; set; }

Property Value

Type: Boolean
Remarks
During very large transfers some servers timeout, meaning that the transfer is not correctly completed. Most servers can't cope with keep alives being sent during a transfer, so only set this property if you are having timeout problems with very large transfers, and you can't increase the timeout on the server. Use with caution - this may cause messages to arrive out of order. Note that the KeepAlivePeriodSecs property is used to set the interval between keep alives.
See Also