Problem

It is not possible to chmod files from a FTP client. FTP server is ProFTPd.

Analysis

Check your /etc/proftpd.conf file. It probably contains a line section like this:

# Bar use of SITE CHMOD by default
<Limit SITE_CHMOD>
    DenyAll
</Limit>




Solution

Remove (or comment out) the above shown Limit section from /etc/proftpd.org. Restart proftpd.

# service proftpd restart
proftpd: Could not chmod files
Tagged on:

Leave a Reply

Your email address will not be published. Required fields are marked *