ComponentSpace FTP Class Library Reference

FtpClient.DataSendTimeout Property

Gets or sets the number of milliseconds to wait for the data request to be sent to the server.

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

Property Value

The number of milliseconds to wait for the data request to be sent to the server. The default is 60 seconds.

See Also

FtpClient Class | ComponentSpace.Ftp Namespace