This method disconnects to the FTP server.
[Visual Basic] [ Boolean
= ]imagekitcontrolname.File.FTPDisconnect
[Visual C++] [
BOOL =
]imagekitcontrolname.GetFile().FTPDisconnect()
Parameters
None
Return Value
Returns True (nonzero) if successful. Returns False (0) if unsuccessful.
Explanation
The FTPDisconnect method disconnects from the FTP server connected by the FTPConnect method. This method can only be executed from the client computer. It does not operate on the server.