• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

How to make main ftp access webusers folder

ataab

Basic Pleskian
Hello,

I am using plesk 8.6. The main ftp user is not able to access the webusers/web-user-name folder. How do i do that.
 
Login as root through SSH and run one the command below

Code:
chmod a+r /var/www/vhosts/domain.com/web_users/WebUserName

That will allow the main ftp user to be able to read the files there.
 
Back
Top