Petals-BC-SFTP 1.2

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (8)

View Page History
Petals SFTP binding component allows JBI consumers to call SFTP command. A JBI endpoint is registered into the JBI environment, and is linked to an SFTP server, with a configured user/password.

To use this service, the consumer has to call explicitely the *{service* *namespace{*}*}get/getAsAttachment/mget/put/mput/dir/del* operations.When the SFTP component receives a message exchange from Petals platform, it call the SFTP command associate with the jbi operation.


h3. Put Operation

When the put operation is set on the incoming IN message, the component write the XML message to the SFTP server.
\\




|| Attribute || Description || Default value || Required ||
| server | IP or DNS name of the server | | {center}Yes{center}\\ {center}except when using FtpService{center} |
| port | the port number of the ftp server | {center}21{center} | {center}No{center} |
| user | the user login name used to connect to the server | | {center}Yes{center}\\ {center}except when using FtpService{center} |
| password | the user password | | {center}Yes{center}\\ {center}except when using FtpService{center} |
| folder | the folder on the FTP server | | {center}No{center} |
| privatekey | the path to the user's private key (on the PEtALS machine) | | {center}Yes{center}\\ {center}except when using dynamic mode or \\
{center}except when using dynamic mode or \\
password authentication) {center} |
| passphrase | the passphrase matching the given private key | | No |