• 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.

Question FTP Acess Controling User via .ftpacess

lazersate

New Pleskian
Hello,

I need to create an ftp account for a programmer to fix an addon, but I cant give him access to all the files.
I read somewhere i can use .ftpacess
when I try adding inside the file these parameters


<Directory /var/www/vhosts/example.com/httpdocs/example_dir>
<Limit CWD PWD DIRS READ>
AllowUser admin
</Limit>
<Limit ALL>
DenyUser exmaple_user
</Limit>
</Directory>

I can log in as admin, but when i try to login as the user it completely blocks it fro login

and I need to do that to several directories to block them, and also some files on root.

Any help would be appreciated

Billy
 
I need to create an ftp account for a programmer to fix an addon, but I cant give him access to all the files.
I assume you mean to give the developer access a specific domain/website and not a whole server?

You can easily create additional FTP accounts in Plesk and set the home directory for the FTP user to a specific directory of your domain/website. Which would give the FTP user only access to the files and directories of the specified home directory.

Schermafbeelding 2022-02-05 om 17.36.10.png
 
Back
Top