• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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