You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Seite neu schreiben

Parameter-Beschreibungen löschen

Frage beantworten:

  • Welche Pre- & Post-processing Möglichkeiten gibt es?
  • Welche Zusammenhänge gibt's mit Protokolen?

JADE can carry out pre- and post-processing both at the source and target parts of the transfer.

A typical post-processing operation at the source would to move or rename a file after it has been copied to the target.

Pre- and post-processing operations are protocol-specific. For example, when the.................

Pre- and post-processing can be carried out using the FTPSFTP and Local protocols: it is not possible with HTTP, HTTPS, SMBF or WebDAV

Each pre- or post-processing operation can execute a command in a limited set of situations:

  • Pre-processing operations:
    • CommandBeforeFile:
      • commands are executed before each individual file is transferred
    • CommandBeforeOperation
      • commands are executed before the transfer operation is started
  • Post-processing operations:
    • CommandAfterFile:
      • commands are executed after each file transfer has been completed
    • CommandAfterOperation
      • commands are executed after the transfer operation has been completed
    • CommandBeforeRename
      • commands are executed before each individual file is renamed

Note that:

  • FTP commands have to be used with the FTP protocol and shell commands have to be used with the SFTP protocol.
  • special variables are available to the commands. See the
  • No labels