Forums

FTP, SFTP account for each user,

I have "Web dev" account type of pythonanywhere.

I deployed my django application application and I have multiple users for my django appliaction.

Each user requires SFTP , and for making SFTP connection I am providing them my admin pythonanyhwere account credentials.

Is it possible to provide them django users based limited accessibility for the FTP???

Thank you Regards Noman

Hi there,

I see you've asked the same question via our feedback button, and by email too. I'll post the same answer here, just in case:

SFTP is only meant to be for the official account holder. Anyone you give that access to has full control over your account.

If you want to give download-only access to some third parties, you could use a web app, and our static files service:

http://help.pythonanywhere.com/pages/StaticFiles

Do you think that could work?