Ftp.Disconnect Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
Disconnect()
Informs the server that the connection is about to close and terminates the connection.
Declaration
public string Disconnect()
Returns
Type | Description |
---|---|
String | The exit message returned by the server. |
Remarks
Represents FTP QUIT command.