edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Quit the FTP session.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

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