https://prefect.io logo
c

Christoph Mayer

04/06/2022, 1:56 PM
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

Kevin Kho

04/06/2022, 1:58 PM
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

Christoph Mayer

04/06/2022, 7:09 PM
thanks!
41 Views