ExFTPConnectionClose(Boolean) Method
Quit the FTP session.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public override void Close(
bool abruptClose
)
Public Overrides Sub Close (
abruptClose As Boolean
)
public:
virtual void Close(
bool abruptClose
) override
abstract Close :
abruptClose : bool -> unit
override Close :
abruptClose : bool -> unit
Parameters
- abruptClose Boolean
- Closes session abruptly (see comments).
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.