next up previous contents index
Next: Post Processing - initial Up: Pre and post processing Previous: Pre and post processing   Contents   Index

Pre Processing

Before a file is transferred the preprocess action can work on the original file, eg making a copy if required. This is how multiple transfers can be performed on a single file.

For example, to have files received in directory transferA to also be processed as transferB:
preprocess = 'copy %file% c:$\backslash$SFTPPlus$\backslash$inbox$\backslash$transferB'



2005-10-27