• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

how to change FTP permssions for web user

H

hpprod

Guest
Hey Ya'll -

I've created a "web user" in Plesk - but I only want them to be able to connect via the ~/webuser URL, or via FTP to download, but not upload.

Obviously, they can't upload via the web url, but they can if they connect w/ the web user ID and password via FTP.

I'm familiar with the "shell" via SSH - can someone please tell me how to change permissions of this "webuser" ID so that they can download only, but not upload via FTP?

Thanks!
FRED
 
You could chmod their home directory with "u-w" to remove write privileges, essentially making the folder read-only for the user.
 
Back
Top