Quit the FTP session by sending a QUIT command before closing the socket.

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

Syntax

C#
public virtual void Quit()
Visual Basic
Public Overridable Sub Quit
Visual C++
public:
virtual void Quit()

Implements

IFileTransferClient..::..Quit()()()()

See Also