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

FTPConnectionTimeout Property

TCP timeout (in milliseconds) of the underlying sockets (0 means none).
TCP timeout (in milliseconds) of the underlying sockets (0 means none).

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

Property Value

Type: Int32
Remarks
Timout value in milliseconds. The default value is 120000, which indicates a 120 second timeout period.
See Also