Versions Compared

Key

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

...

Code Block
[localhost_settings]
host     = localhost
protocol = local
local_dir      = $\{local_dir\}

[8of9.sos_settings]
host     = 8of9.sos
protocol = ftp
port     = 21
user     = kb
password = ****
ssh_auth_method = password
local_dir      = $\{remote_dir\}


;; profile with fragments
[copy_from_sftp_server]
;; This is comment
operation              = copy
;;
;; include fragments 
source_include         = 8of9.sos_settings
target_include         = localhost_settings
;;
file_spec              = ^\.txt$

...