Versions Compared

Key

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

...

To start this with the command line client one must type

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

...

Code Block
 [wilma_as_source]
 ssh_auth_method=password
 
 source_user=kb
 source_password=*****
 source_ssh_auth_method=password
 source_host=wilma.sos
 source_protocol=sftp
 source_port=22
Code Block
 [8of9_as_target]
 target_user=test
 target_password=*****
 target_host=8of9.sos
 target_protocol=ftp
 target_port=21
Code Block
 [globals]
 log_filename=$\{TEMP\}/sosftphistory.log

...

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

...