edtFTPnet/Free - Open-source FTP component for .NET | Download
Quit the FTP session.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public void Close()
Visual Basic
Public Sub Close
Visual C++
public:
void Close()

Remarks

The session will be closed by sending a QUIT command before closing the socket.

See Also