Versions Compared

Key

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

...

Setup JADE profile for FTP

source_CredentialStore_KeyPath : JADE will refer the entry from KeePassX DB.
source_include : include Credential Store settings.

Code Block
  [ReceiveUsingKeePass]
 source_CredentialStore_KeyPath = sos/server/wilma.sos
 source_include                 = Keepass_DataBase_WithPassword
 source_CredentialStore_KeyPath = sos/server/wilma.sos
 source_dir                     = /tmp/test/jade/out
 source_make_Dirs               = true
 source_transfer_mode           = ascii
 target_protocol                = local
 target_dir                     = $\{TEMP\}/jade/in
 operation                      = copy
 file_spec                      = \.txt$
 transfer_mode                  = ascii

...