ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: FTP functions
62 results
<ftpConnection variable>Attribute (Function)
Gets the attributes of a file located on an FTP server.
This new function is available from WINDEV Suite SaaS 2025 Update 2.
<ftpConnection variable>.Command (Function)
Sends a specific FTP command to a server.
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
<ftpConnection variable>.Connect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
This new function is available from WINDEV Suite SaaS 2025 Update 2.
<ftpConnection variable>.CurrentDir (Function)
Gets or sets the current directory on an FTP server (File Transfer Protocol).
This new function is available from WINDEV Suite SaaS 2025 Update 2.
<ftpConnection variable>.Date (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
<ftpConnection variable>.DateTime (Function)
Returns the different creation, modification or access dates and times associated with a file located on an FTP server (File Transfer Protocol).
This new function is available from WINDEV Suite SaaS 2025 Update 2.
<ftpConnection variable>.DeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
<ftpConnection variable>.DirExist (Function)
Checks for a directory on an FTP server.
This new function is available from WINDEV Suite SaaS 2025 - Update 3.
<ftpConnection variable>.FileExist (Function)
Checks if a given file exists on an FTP server.
This new function is available from WINDEV Suite SaaS 2025 Update 2.
<ftpConnection variable>.Get (Function)
Transfers a file or directory from an FTP server (File Transfer Protocol) to the current computer.
This new function is available from WINDEV Suite SaaS 2025 Update 2.
<ftpConnection variable>.GetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
This new function is available from WINDEV Suite SaaS 2025 Update 2.
<ftpConnection variable>.ListFile (Function)
Lists the directories or files in a directory located on an FTP server and returns the number of files and/or directories.
This new function is available from WINDEV Suite SaaS 2025 Update 2.
<ftpConnection variable>.MakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
This new function is available from WINDEV Suite SaaS 2025 Update 2.
<ftpConnection variable>.Name (Function)
Returns the name of the last file accessed by an FTP function (File Transfer Protocol).
This new function is available from WINDEV Suite SaaS 2025 Update 2.
<ftpConnection variable>.RemoveDir (Function)
Deletes a directory and its content (files and subdirectories) from an FTP server (File Transfer Protocol).
This new function is available from WINDEV Suite SaaS 2025 Update 2.
<ftpConnection variable>.RenameFile (Function)
Renames or moves a file located on an FTP server (File Transfer Protocol).
This new function is available from WINDEV Suite SaaS 2025 Update 2.
<ftpConnection variable>.Send (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
This new function is available from WINDEV Suite SaaS 2025 Update 2.
<ftpConnection variable>.Size (Function)
Returns the size (in bytes) of a file located on an FTP server (File Transfer Protocol).
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
<ftpConnection variable>.Time (Function)
Returns the different creation, modification or access times associated with a file located on an FTP server (File Transfer Protocol).
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
FTP constants
List of constants used by FTP functions.
FTPAttribute (Example)
Usage example of the FTPAttribute function
FTPAttribute (Function)
Identifies the attributes of a file located on an FTP server (File Transfer Protocol).
FTPCommand (Example)
Usage example of the FTPCommand function
FTPCommand (Function)
Sends a specific FTP command to a server.
FTPConfigure (Function)
Modifies the behavior of standard FTP functions.
FTPConnect (Example)
Usage example of the FTPConnect function
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
ftpConnection (Variable type)
The ftpConnection type is used to define all the advanced characteristics of an FTP connection.
FTPCurrentDir (Example)
Usage example of the FTPCurrentDir function
FTPCurrentDir (Function)
Gets or sets the current directory on an FTP server (File Transfer Protocol).
FTPDate (Example)
Usage example of the FTPDate function
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).
FTPDateTime (Function)
Returns the different creation, modification or access dates and times associated with a file located on an FTP server (File Transfer Protocol).
FTPDeconnecte_objetftpConnexion (Function)
Closes the connection between the current computer and the FTP server (File Transfer Protocol).
This new function is available from WINDEV Suite SaaS 2025 Update 2.
FTPDeleteFile (Example)
Usage example of the FTPDeleteFile function
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
FTPDirExist (Function)
Checks for a directory on an FTP server.
This new function is available from WINDEV Suite SaaS 2025 - Update 3.
FTPDisconnect (Function)
Closes the connection between the current computer and the FTP server (File Transfer Protocol).
FTPFileExist (Function)
Checks if a given file exists on an FTP server.
FTPGet (Example)
Usage example of the FTPGet function
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
AndroidAndroid Widget Note: This feature is only available from WINDEV Suite SaaS 2025 - Update 2. For more details, see Using new features exclusive to WINDEV Suite SaaS 2025.
FTPListFile (Example)
Usage example of the FTPListFile function
FTPListFile (Function)
Lists the directories or files in a directory located on an FTP server and returns the number of files and/or directories.
FTPMakeDir (Example)
Usage example of the FTPMakeDir function
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPName (Function)
Returns the name of the last file accessed by an FTP function.
FTPProxy (Function)
Specifies whether the communication functions that use FTP must go through a proxy to run their requests.
FTPRemoveDir (Example)
Usage example of the FTPRemoveDir function
FTPRemoveDir (Function)
Deletes a directory and its content (files and subdirectories) from an FTP server.
FTPRenameFile (Example)
Usage example of the FTPRenameFile function
FTPRenameFile (Function)
Renames or moves a file located on an FTP server (File Transfer Protocol).
FTPSend (Example)
Usage example of the FTPSend function
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
FTPSize (Example)
Usage example of the FTPSize function
FTPSize (Function)
Returns the size (in bytes) of a file located on an FTP server (File Transfer Protocol).
FTPTime (Example)
Usage example of the FTPTime function
FTPTime (Function)
Returns the different creation, modification or access times associated with a file located on an FTP server (File Transfer Protocol).
Manipulating files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another...
Standard FTP functions
List of standard FTP functions
Standard FTP functions (prefix syntax)
Standard FTP functions (prefix syntax)
WLanguage procedure
1 document