Versions Compared

Key

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

...

Code Block
 [ftp_server_2_server_with_polling]
 include        = globals , globals_polling
 source_include = wilma_as_source
 target_include = 8of9_as_target
 operation      = move
 file_spec      = ^.*\.txt$
   
 [ftp_more]
 include        = wilma_as_source,8of9_as_target
 operation      = move
 file_spec      = ^.*\.(txt|pdf|dat)$
 source_folder  = /outbound/daily
 target_folder  = /inbound/transfer

The "include" parameter will include the named profile snippets in the order they are defined. The "globals" profile is included automatically, no need to specifiy it in an include parameter.
The profiles must be defined in the same settings file.