ComponentSpace FTP Class Library Reference

FtpClient.Disconnect Method 

Disconnects from the server.

[Visual Basic]
Public Sub Disconnect()
[C#]
public void Disconnect();

Exceptions

Exception Type Condition
FtpException Thrown when the disconnect fails.

See Also

FtpClient Class | ComponentSpace.Ftp Namespace