Users can't chmod with proftpd

If Proftpd will not allow your files to be chmod'ed, make sure that in your proftpd.conf you have the following

<Limit SITE_CHMOD>
  AllowAll
</Limit>

This will allow FTP users to chmod any file they have access to.

Last updated: 09/04/2005