Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

You can set use the following command parameters that are executed for each file before the transfer:

  • pre_command
  • source_pre_command
  • target_pre_command

You can set use the following command parameters which are executed for each file after the transfer:

...

The command parameters with the prefix source_ are exclusively executed on used for the source host, with the prefix target_ on for the target host.
The command parameters without a prefix are executed on both source and target host.

If you use an FTP connection then the command parameters should include FTP commands.
For an SFTP connection the SSH channel is used. Make sure that it is allowed to use the SSH channel. Then the commands command parameter can include shell commands.

...