• 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

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