ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: FTP functions
39 results
List of constants used by the FTP functions.
Usage example of the FTPAttribute function
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
Usage example of the FTPCommand function
Sends a specific FTP command to a server.
Modifies the behavior of standard FTP functions.
Usage example of the FTPConnect function
Connects the current computer to an FTP server (File Transfer Protocol).
Usage example of the FTPCurrentDir function
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
Usage example of the FTPDate function
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
Usage example of the FTPDeleteFile function
Deletes a file from an FTP server (File Transfer Protocol).
Closes the connection between the current computer and the FTP server (File Transfer Protocol).
Checks the existence of a file on an FTP server.
Usage example of the FTPGet function
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
Usage example of the FTPListFile function
Lists the files (and/or the directories) found in a directory of an FTP server and returns the number of listed files (and/or directories).
Usage example of the FTPMakeDir function
Creates a directory on an FTP server (File Transfer Protocol).
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
Specifies whether the communication functions that use the FTP protocol must go through a proxy to run their requests.
Usage example of the FTPRemoveDir function
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
Usage example of the FTPRenameFile function
Renames or moves a file found on an FTP server (File Transfer Protocol).
Usage example of the FTPSend function
Transfers a file or directory to an FTP server (File Transfer Protocol).
Usage example of the FTPSize function
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
Usage example of the FTPTime function
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another...
List of standard FTP functions
1 document