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

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