• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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