| ComponentSpace FTP Class Library Reference |
|
FtpClient.CommandReceiveTimeout Property
Gets or sets the number of milliseconds to wait for the command response from the server.
[Visual Basic]
Public Property CommandReceiveTimeout As
Integer
[C#]
public
int CommandReceiveTimeout {get; set;}
Property Value
The number of milliseconds to wait for the command response from the server. The default is 60 seconds.
See Also
FtpClient Class | ComponentSpace.Ftp Namespace