Rebex FTP/SSL for .NET

Ftp.Timeout Property

Gets or sets the length of time before the operation times out.

public int Timeout {get; set;}

Property Value

The length of time, in milliseconds, until the operation times out, or the value -1 or 0 to indicate that the request does not time out. Default is 60000 (60 seconds).

Remarks

The internal timeout counter is reset every time data is sent or received from to server. This also means that data transfers only time out after x miliseconds of inactivity, not after x miliseconds from the start of the transfer.

The Timeout property only affects synchronous methods. To time out asynchronous methods, use the Abort method.

Minimal value is 1000. Setting this to a value lower than 1000 will set it to 1000.

See Also

Ftp Class | Rebex.Net Namespace