• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more 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