FT File Transfer with FT-BS2000

rem-fail Remote Failure Procedure. Name of the follow-up processing to be executed in the remote system after an unsuccessful file transfer attempt.

proc,* The specified DO procedure proc should use the transfered file as a parameter.

* If an FTAC profile was used for the file transfer, only the file name is passed after an unsuccessful transfer attempt.

/cmd .... The specified BS2000 command is executed in the remote system following an unsuccessful file transfer attempt. If '*' appears in the BS2000 command, then the name of the transfered file will be substituted at the relevant position. No further parameter for the BS2000 command cmd may follow the '*'. Should this be necessary, the proc,* variation should be used. Multiple BS2000 commands separated by commas can be given (/cmd1 ...;/cmd2 ...).

'/cmd ...' The specified command is executed in the remote system following an unsuccessful file transfer attempt. The '*' character is not substituted in this variation.

Standard: no Remote Failure Procedure.