Using Post Processing Actions on the FTP/SSH Server

You can use the post processing action (PPA) to either rename or delete a file after the file transfer is completed.

In this example, you want to send a file to an FTP server, and upon the transfer completion you want to rename that file. You can do this by defining the following command in the Post Processing Action section of the file transfer definition:

You can find a list of the all the available local PPA tokens that TIBCO MFT Internet Server supports by clicking the link on the Add Transfer or Update Transfer page in the Post Processing Actions section.

Along with the Rename command, you can also perform a Delete command using the following format:

Delete %LFILE

The PPA data Delete and Rename commands can be used in the following formats:
  • Delete file
  • Rename file1 file2
  • FUSUTIL D file
  • FUSUTIL Delete file
  • FUSUTIL R file1 file2
  • FUSUTIL Rename file1 file2