Next: Post Processing - initial
Up: Pre and post processing
Previous: Pre and post processing
  Contents
  Index
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:
SFTPPlus
inbox
transferB'
2005-10-27