Versions Compared

Key

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

...

It is possible to securely specify transfer credentals, so that they are not visible in plain text.

Getting the pw from a script

For a transfer with where a password is required (e.g. (s)FTP(S)) you can get the password by specifing the name of a shell script (in backticks) which will return the value of the password.

Code Block
 password=`get.password.sh`

The script itself will be executed as a separate process.
The content of </code>stdout</code> of created by the script will be used as a temporary password. The script itself will be executed as a separate process.the value for the password.

private/public key usage

For sFTP you can use PPK authorisation. JADE uses JSch (JCraft) and alternatively Trilead for SSH.

windows: net command

For UNC names you can use, for example on Windows systems, a .net command before you start the JADE client.

...

Further Information

See also our JADE Parameter Reference Document JadeParameterReference.

Using JADE as an component via the API is described in our JADE API Reference JadeAPIReference.