|
|
|
|
|
The following functions are used to manage FTP: | | FTPAttribute | Identifies the attributes of a file found on an FTP server (File Transfer Protocol). | FTPCommand | Sends a specific FTP command to a server. | FTPConfigure | Modifies the behavior of standard FTP functions. | FTPConnect | Connects the current computer to an FTP server (File Transfer Protocol). | FTPCurrentDir | Identifies or modifies the current directory on an FTP server (File Transfer Protocol). | FTPDate | Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol). | FTPDateTime | Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol). | FTPDeleteFile | Deletes a file from an FTP server (File Transfer Protocol). | FTPDisconnect | Closes the connection between the current computer and the FTP server (File Transfer Protocol). | FTPFileExist | Checks the existence of a file on an FTP server. | FTPGet | Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer. | FTPGetFile | Transfers a file from an FTP (File Transfer Protocol) server to the current computer. | FTPListFile | 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). | FTPMakeDir | Creates a directory on an FTP server (File Transfer Protocol). | FTPName | Returns the name of last file accessed by an FTP function (File Transfer Protocol). | FTPProxy | Specifies whether the communication functions that use the FTP protocol must go through a proxy to run their requests. | FTPRemoveDir | Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol). | FTPRenameFile | Renames or moves a file found on an FTP server (File Transfer Protocol). | FTPSend | Transfers a file or directory to an FTP server (File Transfer Protocol). | FTPSize | Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol). | FTPTime | Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol). |
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
|
|
Complete examples (WINDEV): WD FTP File Transfer
[ + ] WD FTP file transfer This example is a full FTP client allowing you to store several FTP servers. Then, you have the ability to perform multi-file transfers from the local computer to the server or from the FTP server to the local computer. To do so, we are using the standard functions of WLanguage (FTPConnect, etc...)
|
|
Cross-platform examples (WINDEV Mobile): WM FTP Client
[ + ] This example is an FTP Client for Android and iOS. It explains how to interact with an FTP server via the FTP functions of WLanguage. It is used to: - Rename files - Delete files - Create folders - Download files - Send files to the server
|
|
Unit examples (WEBDEV): The FTP functions
[ + ] This example presents the main FTP functions of WEBDEV and it allows you to: - Connect to an FTP server - List the files and directories found on the FTP server - Retrieve the files found on the FTP server - Disconnect from an FTP server
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|