Hi there, is it possible to use <https://docs.pref...
# prefect-community
c
Hi there, is it possible to use https://docs.prefect.io/api/latest/tasks/files.html file operators with files hosted on SFTP with user/pass? Or another to use prefect to fetch files from SFTP?
k
These guys just use
shutil
under the hood. Do you know if you can use that for SFTP? I doubt it but not sure. Looks to be like you’ll have to make your own task with pysftp that handles the auth for you
c
thanks!