Select to view content in your preferred language

add a file from an sftp site

357
1
11-16-2023 12:44 AM
Rémi
by
New Contributor II

Hi,

I would like to add a file from an sftp site. This is a csv file which is regularly updated and whose data I would like to query in different applications.

Thank you for any help on this issue,

 

0 Kudos
1 Reply
ThomasHoman
Occasional Contributor III

The fastest way might be building a python tool that pulls the file to a local copy for application consumption as opposed to getting sftp stable inside the application. Incorporating the Python module pysftp https://pypi.org/project/pysftp/ might do the trick.

 

0 Kudos