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