![]() |
FT File Transfer with FT-BS2000
rem-succ Remote Success Procedure. Follow-up processing to be executed in the remote system after a successful file transfer.
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 a successful transfer.
/cmd .... The specified BS2000 command is executed in the remote system following a successful file transfer. 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 a successful file transfer. The '*' character is not substituted in this variation.
Standard: no Remote Success Procedure.