Name | FTPit Download File |
---|
Description | Downloads a file from the FTP server.
|
---|
Format | FTPit Download File ( Remote File ; Local File ; Append to File ; Use ACSII Mode ; Completed Script ; Completed Script Parameter ) |
---|
Required Parameters | Remote File The remote file to download. [This can be a full path or a path relative to the current remote directory.]
Append to FileIf True and the local file exists, the remote file will be appended to the current local file. [Default is False; if the local file exists, it will be overwritten.]
Use ACSII ModeIf True, this function will download the files using ASCII mode instead of binary mode. [Default is False.]
|
---|
Optional Parameters | - Local File
The local file name for the remote file. [This can be a full path or a path relative to the current local directory; defaults to the remote file name in the current local directory.]
- Completed Script
The FileMaker script to call when the download is complete. [If missing or empty, this function will wait until the download is complete before returning; defaults to empty. To call a script in another database, use "DatabaseName::ScriptName".]
- Completed Script Parameter
The parameter to send to the completed script.
|
---|