• 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

Cannot get a users FTP account to create or upload even on it's own webspace.

MrDragon

New Pleskian
CPU GenuineIntel, Intel(R)Core(TM) i3-2130 CPU @ 3.40GHz
Version Parallels Plesk Panel v10.4.4_build1013111102.18 os_CentOS 6
OS Linux 2.6.38.2-xxxx-std-ipv6-64

I have been trying to get a user account to be able to manage his own site for a while now, we've tried multiple things including making a webspace just for his site. The user cannot create folders in certain areas or manage many files.

I believe this may be due to moving the files from cPanel on CentOS 5.8 to Plesk on CentOS 6.2, I worry if some of the files may have kept their permissions during the swap over and that's causing the breakage.

If anyone has any ideas and suggestions they are most welcome, we've exhausted all we know now.
 
You need to use shell and do the following:

chown ftpuser : psaserv /var/www/vhosts/domain.com/httpdocs
chown ftpuser : psaserv /var/www/vhosts/domain.com/httpsdocs
chown -R ftpuser : psacln /var/www/vhosts/domain.com/httpdocs/*

Let me know if that helps ... ( and remove the spaces between : )
 
Back
Top