Versions Compared

Key

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

...

JADE transfer profiles

JADE profile for localhost to localhost copy operation.

Code Block
[localhost_copy]
include        = globals, jadeHistory , BackgroundService
source_host    = localhost
source_protocol= local
target_host    = localhost
target_protocol= local
file_spec      = ^.*\.txt$
operation      = copy
source_dir     = c:\sandbox\source
target_dir     = c:\sandbox\target

...