ComponentSpace FTP Class Library Reference

FtpClient.DataReceiveTimeout Property

Gets or sets the number of milliseconds to wait for the command response from the server.

[Visual Basic]
Public Property DataReceiveTimeout As Integer
[C#]
public int DataReceiveTimeout {get; set;}

Property Value

The number of milliseconds to wait for the data response from the server. The default is 60 seconds.

See Also

FtpClient Class | ComponentSpace.Ftp Namespace