• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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