Versions Compared

Key

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

...

Setup global credential Store profile

A profile definition for Server to Server transfer, from a sftp to a ftp serverGloabl profile can be used by any other profile defined in same jade_settings.ini file, Global profile is by default included by all other profiles and don't need explicit "include" :

Code Block

 ; Global Profile
 [Keepass_DataBase_WithPassword]
 use_credential_Store     = true
 CredentialStore_FileName = C:\sos-berlin.com\jade\credential-store\keepassX-test.kdb
 CredentialStore_password = ********* 

...