Versions Compared

Key

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

...

A profile definition for Server to Server transfer, from a ftp to a sftp server:

Code Block
 
 [ftp_server_2_server]
 include                = Keepass_DataBase_WithPassword
 ;
 file_spec=^.*\.txt$
 operation=copy
 ;
 source_CredentialStore_KeyPath = sos/server/wilma.sos
 source_dir                     = /tmp/test/jade/out
 ;
 target_CredentialStore_KeyPath = sos/server/8of9.sos
 target_dir                     = $\{TEMP\}/jade/in
 

...