Name | FTPit Download Directory |
---|
Description | Downloads an entire directory of files and optionally its subdirectories.
|
---|
Format | FTPit Download Directory ( Remote Directory ; Recursive ; Wildcard ; Use ACCSII Mode ; Completed Script ; Completed Script Parameter ) |
---|
Required Parameters | Recursive If True, this function will also download all subdirectories of the remote directory. [Default is False.]
Use ACCSII ModeIf True, this function will download the files using ASCII mode instead of binary mode. [Default is False.]
|
---|
Optional Parameters | - Remote Directory
The remote directory to download. [This can be a full path or a path relative to the current remote directory; defaults to the current remote directory.]
- Wildcard
Defines a file name pattern to determine which files to download. [eg. "*.txt" would download all files with a "txt" file extension; defaults to download all files.]
- 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.
|
---|