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

FTPConnectionClose Method

Quit the FTP session.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public void Close()

Remarks

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

See Also