Versions Compared

Key

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

...

Code Block
languagebash
 jade.sh -settings=name_of_settings_file -profile=ftp_server2serverserver_2_server_with_polling

To make the profile more reusable and readable it is possible to reuse profiles in the way like this:

...

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

...