ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 15161718192021222324252627
True if the transfer was performed,False otherwise. To get more details on the error, use ErrorInfo with the errMessage constant.Remark: The result may be incorrect on some Unix servers: an existing file or directory may not be found.
Connection identifier, returned by FTPConnect.
Name and full (or relative) path of the file (or directory) to retrieve. This file (or directory) is found on the FTP server. The different path sections are separated by "slashes" ("/"). Caution: the name of the directory is case sensitive. You must use the same case as the one used on the FTP server (uppercase/lowercase characters). No wildcard character (* or?) can be used. To retrieve several files, use FTPListFile beforehand to get the name of the files to retrieve. An absolute path has the following format: "/<DirectoryName>/<FileName>". The tree structure has the following format: "/<DirectoryName>/<FileName>".A relative path has the following format: "<DirectoryName>/<FileName>". The tree structure has the following format: "/<CurrentServerDirectory>/<DirectoryName>/<FileName>". If this parameter corresponds to a directory, all the files found in this directory are retrieved. A directory with the same name is created on the current computer at the location specified by <Destination file/directory>. If this parameter corresponds to a file:if <Destination file/directory> is a directory found on the current computer, the file to retrieve is copied to the destination directory.if <Destination file/directory> is a file found on the current computer, the file to retrieve is copied and renamed.
Name and full (or relative) path of the destination file (or directory). A UNC path can be used.
Name of WLanguage procedure automatically called to check the transfer progress. This procedure can be a global method of the class (in the following format: <Class name>::<GlobalMethodName>).
Transfer mode used: ftpASCIIModeTransfer performed in ASCII mode. This mode is used to transfer data between two different types of operating systems, from UNIX to Windows for example: the transferred file is changed into the ASCII format of destination system.ftpBinaryMode(Default value)Transfer performed in binary mode. The file is strictly identical between the sending and the receiving.
Managing the progress of the transfer
Transfer timeout
Internet browser
Rights of users
Relative and absolute path
AS/400 FTP server
Last update: 05/26/2022
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: