Name | FTPit Upload File |
---|
Description | Uploads a file from the local computer.
|
---|
Format | FTPit Upload File ( Local File ; Remote File ; Append to File ; Use ASCII Mode ; Completed Script ; Completed Script Parameter ) |
---|
Required Parameters | Local File The local file to upload. [This can be a full path or a path relative to the current local directory.]
Append to FileIf True and the remote file exists, the local file will be appended to the current remote file. [Default is False; if the remote file exists, it will be overwritten.]
Use ASCII ModeIf True, this function will upload the file using ASCII mode instead of binary mode. [Default is False.]
|
---|
Optional Parameters | - Remote File
The remote file name for the file. [This can be a full path or a path relative to the current remote directory; defaults to the local file name in the current remote directory.]
- 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.
|
---|