edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPClientServerWakeupInterval Property

The interval in seconds that the server is sent a wakeup message during large transfers.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public int ServerWakeupInterval { get; set; }

Property Value

Int32

Remarks

During very large transfers some servers timeout, meaning that the transfer is not correctly completed. If this value is set to 0, no wakeup messages are sent. Note that many servers can't cope with a NOOP sent during a transfer, so only set this property if you are having timeout problems with very large transfers. It can result in receiving replies to NOOP with subsequent commands, so use with caution and check your log files.

See Also