Click or drag to resize

FtpClose(Boolean) Method

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

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

Parameters

throwException  Boolean
If true throws FtpResponseException on error response to QUIT command.
See Also