• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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