Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

toRemoteFile

&pagelevel(4)&pagelevel

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

ref?

string

Reference to another file object.

ccsname?

string
max. 8 characters

Specifies the Coded Character Set (see openFT user manual).

filenames

See section “File name attributes”.

Example

See example on "transferFile".