Informs the server that the connection is about to close and terminates the connection.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Function Disconnect As String
C#
public string Disconnect()

Return Value

The exit message returned by the server.

Remarks

Represents FTP QUIT command.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also