Generics - SFTP Connector
Search form
Description - A generic for configuring the SFTP connector.
Parameter Groups
Parameter | Type | Description | |
---|---|---|---|
* | Host: | string | DNS name (or IP address) of the SFTP server that you want to connect to |
* | Port: | string | Port to connect to on the SFTP site, blank for default port 22 |
Buffer Size: | integer | Size of the SFTP buffer to be used when sending or retrieving data. The default value of 32768 is used if this field is not set. A larger buffer may improve performance but setting this field to a value greater than 65536 will default to 65536. The value must be entered as a whole number (i.e. 32768, 65536). iWay recommends leaving the buffer size at 32768. |
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
User Name: | string | User ID on the SSH-enabled server | |
Password: | password | User's password on the SSH-enabled server | |
Private Key: | string | Path to the private key file for public-key authentication. | |
Passphrase: | password | Passphrase used to protect the Private Key | |
Retry Interval: | string | Retry interval in seconds (allows for xxhxxmxxs format) Omit or use 0 for no retry | |
Connection Retry: | integer | Attempted failed connects to SFTP server |
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
* | Configuration: | string | SSH provider configuration. Select from one of the following options: |
Validate Host Keys: | boolean | If set to true, keys sent from SSH hosts are validated; if valid the keys are cached by this server. If false then any host key will be accepted by this server. | |
Host Key Repository: | string | Path to the Known Host Keys repository on remote server. |
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
Proxy Type | string | Select the proxy protocol to use Select from one of the following options:
|
|
Host: | string | DNS name (or IP address) of the Proxy server that you want to connect to | |
Port: | string | Port to connect to on the Proxy site | |
User ID: | string | User ID on the Proxy server | |
Password: | password | Proxy User's password on the Proxy server |