 | FtpClose(Boolean) Method |
Sends QUIT command. Releases all resources acquired by this object.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic void Close(
bool throwException
)
Public Sub Close (
throwException As Boolean
)
public:
void Close(
bool throwException
)
member Close :
throwException : bool -> unit Parameters
- throwException Boolean
- If true throws FtpResponseException on error response to QUIT command.
See Also