You use toRemoteFile to specify the remote 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
toRemoteFile must contain a partner specification after de-referencing.
Format
<toRemoteFile ref?="ID" ccsname?="string" filenames> comment? partner? directory? </toRemoteFile>
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".