File CHMOD over FTP not possible

musti19

Well-Known Member
Jan 20, 2013
110
1
68
cPanel Access Level
Root Administrator
Hello,
i found today, that i cant rewrite the CHMOD of a file:
Example: 644 to 444
not possible,

Is there a solution?

thank you
 

quietFinn

Well-Known Member
Feb 4, 2006
1,894
464
438
Finland
cPanel Access Level
Root Administrator
It works only if the file is owned by the account username.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

The inability to update permissions on a file to 0444 or lower via FTP is often the result of the following value in the /etc/pure-ftpd.conf file:

Code:
CustomerProof yes
You will need to configure this option to "No" to allow this level of permission change through FTP. Remember to restart the FTP service after making any changes to the configuration.

Thank you.