|
|
|
|
|
FTPDisconnect (Function) In french: FTPDéconnecte Closes the connection between the current computer and the FTP server (File Transfer Protocol). This connection was established by FTPConnect.
Syntax
<Result> = FTPDisconnect(<Connection ID>)
<Result>: Boolean - True if the disconnection was performed,
- False if an error occurs. ErrorInfo returns more details.
<Connection ID>: Integer Connection identifier, returned by FTPConnect. Remarks Disconnection timeout By default, all the FTP functions fail if the FTP server does not respond within 20 seconds. This timeout can be modified with FTPConnect when connecting to the FTP server.
Related Examples:
|
Unit examples (WINDEV): The FTP functions
[ + ] Using the main FTP functions of WINDEV: - Connect to a FTP server - List the files and directories found on the FTP server - Retrieve the files found on the FTP server - Disconnect from a FTP server
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|