Versions Compared

Key

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

...

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

Code Block
 [wilma]
 ssh_auth_method=password
 
 user=kb
 password=*****
 ssh_auth_method=password
 host=wilma.sos
 protocol=sftp
 port=22

 [8of9]
 user=test
 password=*****
 host=8of9.sos
 protocol=ftp
 port=21

 [globals]
 log_filename=$\{TEMP\}/sosftphistory.log

...