Versions Compared

Key

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

...

Set-up JADE profile for SFTP

Code Block
 [ReceiveUsingKeePassReceiveUsingKeePassSourceSFTP]
 source_CredentialStore_KeyPath = sos/server/8of9.sos
 source_include operation                      = Keepass_DataBase_WithPasswordcopy
 sourcefile_dirspec                      = /tmp/test/jade/out\.txt$
 ;;
 source_make_Dirsinclude                 = trueKeepass_DataBase_WithPassword
 source_transferCredentialStore_mode           = ascii
 target_protocol                = local
 target_KeyPath = sos/server/8of9.sftp.sos
 source_dir                     = ${TEMP}/tmp/test/jade/inout
 operationsource_protocol                = SFTP

 source_ssh_auth_method    = copy
 file_spec   = password
 ;;
 target_protocol                = \.txt$local
 transfer_modetarget_dir                     = ascii${TEMP}/jade/in

Example for Server-to-Server File Transfer profile using Credential Store

...