edtFTPnet/Express - Class Reference

ExFTPConnection.Close Method (Boolean)

Quit the FTP session.

public override void Close(
   bool abruptClose
);

Parameters

abruptClose
Closes session abruptly (see comments).

Remarks

If abruptClose is true then the session will be closed immediately by closing the control socket without sending the QUIT command, otherwise the session will be closed by sending a QUIT command before closing the socket.

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace | ExFTPConnection.Close Overload List