• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Can not change user file...

ErwanG

Regular Pleskian
Hello,

We have a website under httpdocs/. We can change/delete files with a ftp user : "ftpold". All is ok.
We must create another ftp access for another company which can access only to httpdocs directory (not to logs/, error_docs/...).

So we have create a ftp access in Plesk.
But with this ftp connexion, we can not update/delete files ou update rights.

So we decide to change rights on the files/directories under httpdocs with the new ftp access :

httpdocs# chown -R ftpnew:psacln *

The is no errors but the files:directories are always with the old ftp user :

httpdocs# ls -l
ftpold psacln ... libs/
ftpold pscln ... index.php


Why ? How can i create another ftp access ? Thank a lot for your help.
 
Actually old an new ftp user is the same system user with the same UID. When you run "ls -l" the first of these users, "old", will be shown and it looks like chown didn't work. It is normal behaviour.
But why you have this one "with this ftp connexion, we can not update/delete files ou update rights" - I haven't idea. Try to troubleshoot it more deeply or contact support team.
 
Back
Top