SFTP Connection

Connection Configuration

Each connection property available in the SFTP connector is explained below.

Connection Name

Name of the connection to be created.


Host

The host name for the connection should be provided.


Port

The port number details should be provided.


Username

Username of the source SFTP/FTP account should be provided.


pemEnabled

(Optional) Flag to enable authentication using PEM file. Default value is false.

If pemEnabled value is true, additional fields will be displayed as given below:

Upload PEM File

Option to upload the PEM file.

PEM Password

Enter the PEM file pass phrase if it is password protected.

If pemEnabled value is false, then only Password field will be displayed.


Password

Password of the source SFTP/FTP account should be provided.


After entering all the details, click on the TEST button.

If the connection service identification and authentication details are provided correctly, a success message stating “connection available” is generated. Click on the CREATE button to save the changes.

If the details are incorrect or the server is down, you will get a message “Connection unavailable”.

Top