I have the directory: /home/ftp/download.
I would like to allow only downloading from this directory i proftpd.
I used the following config but it doesn't work:
<Directory /home/ftp/download/>
<Limit STOR STOU>
DenyAll
</Limit>
</Directory>
STOR = (Transfer a file from the client to the server)
Any idea?