• 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

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