You use toLocalFile to specify the local target file for file transfer.
See also section “file”.
File names may be a maximum of 512 characters in length. This is checked before the Ftscript is run. The length of the resulting file name (directory and filenames) is limited by the operating system in question and the openFT version. The length is the number of characters plus 1 character if directory does not end with a "/". The check is performed while the Ftscript is being run.
For further information, see section “File name attributes”.
Restrictions
toLocalFile must not contain any partner specification after de-referencing.
Format
<toLocalFile ref?="ID" ccsname?="string" filenames> comment? partner? directory? </toLocalFile>
Attributes
Name | Value | Meaning |
| string | Reference to another file object. |
| string | Specifies the Coded Character Set (see openFT user manual). |
|
Example
See example on "transferFile".