Connect a SFTP to Databricks

Henrik_
New Contributor III

What would be the best way to set up a connection to a sftp server from Databricks? In Jupyter Lab, this can done from terminal. Of coruse, there are alternatives like using paramiko library. But is there perhaps a more Databricks-ish solution? 

Panda
Valued Contributor

@Henrik_ Try using python libraray's like spark-sftp, paramiko

Henrik_
New Contributor III

Yes, I know about those libraries. I wonder if there is some  in-built function in Databricks to do this.