Petals-BC-SFTP 1.9.0+

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

Changes (7)

View Page History

h3. Dedicated configuration
The following parameters correspond to the component specific configuration of the service provider implementation. implementation, divided in two groups:
* connection parameters,
* other parameters.

h4. Connection parameters

{anchor:connection-parameters}
{table-plus}
| user | the user login name used to connect to the server | {center}\-{center} | {center}Yes{center}{center}except when using Dynamic mode{center} |
| password | the user password | {center}\-{center} | {center}Yes{center}{center}except when using Dynamic mode{center} |
| folder | the folder on the server | {center}\-{center} | {center}No{center} |
| privatekey | the path to the user's private key (on the PEtALS machine) | {center}\-{center} | {center}Yes{center}{center}except when using dynamic mode or password authentication{center} |
| passphrase | the passphrase matching the given private key | {center}\-{center} | {center}No{center} |
| overwrite | if '{{true}}' an existing remote file will be overwritten. If '{{false}}', the file is not copied and a fault is returned to the caller saying "The file already exists" | {center}false{center} | {center}No{center} |
| create-folder | if '{{true}}', the component have to create the remote folder to execute the operation if it does not already exist. If '{{false}}', and the remote directory does not exist, a fault is returned to the caller saying "The remote directory does not exist" | {center}false{center} | {center}No{center} |
|
{table-plus}

h4. Other parameters

{table-plus}
|| Parameter || Description || Default || Required ||
| {{folder}} | the folder on the server | {center}\-{center} | {center}No{center} |
| {{overwrite}} | if '{{true}}' an existing remote file will be overwritten. If '{{false}}', the file is not copied and a fault is returned to the caller saying "The file already exists" | {center}false{center} | {center}No{center} |
| {{max-idle-time}} | The max time, in milli-seconds of idle connections of the connection pool. | {center}10000{center} | {center}No{center} |
| {{max-connection}} | The maximum number of simultaneous connections allowed by the connection pool to a same FTP server. "{{-1}}" for unlimited number of connections. | {center}-1{center} | {center}No{center} |
| {{create-folder}} | if '{{true}}', the component have to create the remote folder to execute the operation if it does not already exist. If '{{false}}', and the remote directory does not exist, a fault is returned to the caller saying "The remote directory does not exist" | {center}false{center} | {center}No{center} |
{table-plus}

h3. Service unit content