SFTP dataset

UserBird
UserBird Dataiker, Alpha Tester Posts: 535 Dataiker

How can I structure my URL - I already have FTP working correctly.

I know my sftp details are correct, however I cannot figure out how to correctly form the url

sftp://

renders a bad url

ftp://ausername:apasword@fts.a-domain.com:22/outgoing/some_file_%Y%M%D.csv

does not work.

The main website claims that you have SFTP support

https://www.dataiku.com/dss/features/connectivity/



Can you help with correcting the url format please

Answers

  • Clément_Stenac
    Clément_Stenac Dataiker, Dataiku DSS Core Designer, Registered Posts: 753 Dataiker
    Hi,

    SFTP is not a variant of FTP but is a file transfer protocol running over SSH.

    Thus, you need to create a SSH connection, and then a remote dataset using this SSH connection. In the remote dataset settings, you can switch between SCP and SFTP modes.
Setup Info
    Tags
      Help me…