• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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