Connecting to SFTP
- 31 May 2022
- 3 Minutes to read
- Print
- DarkLight
Connecting to SFTP
- Updated on 31 May 2022
- 3 Minutes to read
- Print
- DarkLight
Article Summary
NoteThis documentation is prior to May 2022.
There are 3 options to connect to SFTP:
- Create a new project
- Edit an existing project connection
- Export data from the Export >Run recipe button
Connecting to SFTP when Creating a New Project
- Click Enrich. The Enrich page is displayed.
- Click
in the upper-right hand corner. The Create a new project window is displayed.
- Type in a new project name. The project name needs to be unique.
- Select a use case from the drop-down.
- Click Create. The Upload a dataset window appears.
- Select SFTP. The following screen is displayed for a new connection creation:
- Click + and Create new connection. The Create a new SFTP Connection window is displayed.
- Choose a connection name (mandatory).
- Type in the Host (mandatory).
- Type in the Host key fingerprint (mandatory).
This is relevant for the Administrator:
We recommend that you use this link which explains how to discover the fingerprint from within the server itself: How to view your SSH keys in Linux, macOS, and Windows.
An alternative way is how to discover the host key fingerprint (value and type) from a personal computer which has already been connected to the SFTP at least once:
In order to discover your SFTP’s host key fingerprint, run the following command:ssh-keyscan <host> The format of the result <host> <fingerprint type> <fingerprint value>can be seen inside the red block in the example below: host: s-2ab…. fingerprint type: ssh-rsa fingerprint value: AAAAB3N…Ie80j '#' symbol: Lines of the output which are irrelevant
- Select the Key type (host key finger print type).
- Type in the User (mandatory).
- Upload the Identity file (SSH-private key) of your server.
- Enable the GPG encryption. If the checkbox was enabled once, then the connection will be treated as encrypted, even if the checkbox was disabled.
- Click Upload to output the encryption public key of the user’s company. The upload enables Explorium to encrypt the output when uploading results to the client SFTP. If you do not select Upload (Output encryption public key) then you will not be able to upload results to the SFTP. The connection will be used just for input.
- Download input (public) encryption key of Explorium (in order that the client will encrypt the files on it’s SFTP before uploading them to the Platform). After clicking, a file containing Explorium public key will be downloaded to the clients computer.
- Click Test Connection. A message is displayed that the connection was successfully created. If the test connection failed, then you are unable to create a connection.
Before creating a new connection, a Test Connection must be run. If the test failed, or a parameter was changed, the Create button will be disabled, and you need to create a new connection. - After the test connection has succeeded, click Create in order to create the connection, and to start working with it.
Connecting to SFTP when Editing a Dataset
- Click Enrich. The Enrich page is displayed.
- Create or search for a project.
- Click
.
- The Change data and edit dataset window is displayed.
- Click Continue.
- Click + Create new connection. The Create a new SFTP Connection window is displayed.
- Choose a connection name (mandatory).
- Type in the Host (mandatory).
- Type in the Host key fingerprint (mandatory).
- Select the Key type (host key finger print type).
- Type in the User (mandatory).
- Click Upload, to output the encryption public key ( (optional). The upload enables Explorium to encrypt the output when uploading results to the client SFTP.If you do not select Upload (Output encryption public key) then you will not be able to upload results to the SFTP. The connection will be used only for input.Note: If you do not select Upload (Output encryption public key) then you will not be able to upload results to the SFTP. The connection will be used only for input.
- Enable the GPG encryption. If the checkbox was enabled once, then the connection will be treated as Encrypted, even if the checkbox was disabled.
- Download input (public) encryption key of Explorium (in order that the client will encrypt the files on it’s SFTP before uploading them to the Platform). After clicking, a file containing Explorium public key will be downloaded to the clients computer.
- Click Test Connection. A message is displayed that the connection was successfully created. If the test connection failed, then you are unable to create a connection.
Before creating a new connection, a Test Connection must be run. If the test failed, or a parameter was changed, the Create button will be disabled, and you need to create a new connection. - After the test connection has succeeded, click Create in order to create the connection, and to start working with it.
Exporting Data
- Click Enrich. The Enrich page is displayed.
- Create, search or edit a project.
- Click the Export >Run Recipe.
- The Schedule Recipe Run window is displayed.
- Select the input connection (optional).
- Select the output connection.