|
|
|
|
|
FTP functions are as follows: | | FTPAttribute | Identifies the attributes of a file located 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 | Gets or sets 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 creation, modification or access dates and times associated with a file located on an FTP server (File Transfer Protocol). | FTPDeleteFile | Deletes a file from an FTP server (File Transfer Protocol). | | Checks for a directory on an FTP server. This new function is available from WINDEV Suite SaaS 2025 - Update 3. | FTPDisconnect | Closes the connection between the current computer and the FTP server (File Transfer Protocol). | FTPFileExist | Checks if a given file exists 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 directories or files in a directory located on an FTP server and returns the number of files and/or directories. | FTPMakeDir | Creates a directory on an FTP server (File Transfer Protocol). | FTPName | Returns the name of the last file accessed by an FTP function. | FTPProxy | Specifies whether the communication functions that use FTP must go through a proxy to run their requests. | FTPRemoveDir | Deletes a directory and its content (files and subdirectories) from an FTP server. | FTPRenameFile | Renames or moves a file located 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 located on an FTP server (File Transfer Protocol). | FTPTime | Returns the different creation, modification or access times associated with a file located 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|