Versions Compared

Key

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

...

The SFTP Distribution can take the following parameters:

"credentials"/"user_id" - the login user id on the SFTP server

"credentials"/"password" - the password to login to the SFTP server

"credentials"/"private_key" - the name to the private key file, if necessary. The private key file should be in estar/tpe/dynamic/dataservices/certificates folder.

"credentials"/"passphrase" - the passphrase for the private key

"credentials"/"private_key_type"  - the private key type, for example RSA or DSA, defaults to RSA


"cfg"/"host" - the host name or IP address of the SFTP server

"cfg"/"port" - the port number of the SFTP server, usually should be 22

"cfg"/"make_dir" - true to create missing directories in the distribution path on the SFTP server, false to fail if the directory is missing. The default is true

"cfg"/"location" a path on the SFTP server to distribute the files to.