Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleSeite neu schreiben

Parameter-Beschreibungen löschen

Frage beantworten:

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

Table of Contents

Transfer Commands

Commands for the transfer

pre_transfer_commands - Commands which have to be executed before the transfer is started

The default value for this parameter is .

post_transfer_commands - Commands which have to be executed after the transfer has ended

The default value for this parameter is .

Object Commands

Commands for each object

pre_command - Command to be executed before transfer

The default value for this parameter is .

post_command - Command to be executed after transfer

The default value for this parameter is .

See Also:

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
  • Cumulate File Parameters
  • Compressing Files