Click or drag to resize

FtpClose Method (Boolean)

Sends QUIT command. Releases all resources acquired by this object.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public void Close(
	bool throwException
)

Parameters

throwException
Type: SystemBoolean
If true throws FtpResponseException on error response to QUIT command.
See Also