Hello,
I start with my story..
I have a dedicate server one of our domains called ex. DOMAIN1.TLD
We wont to this domain users can have access to ftp.
Admin create account for ftp access to folder /public_html/files.
Users can login via ftp sofware byt we wont to restrict the actions of this account to only DOWNLOAD files.
Proftpd have some How to byt i dont know how can i use it.
http://www.proftpd.org/docs/howto/Limit.html
Something like this..
<Directory /path/to/downloads>
<Limit ALL>
DenyAll
</Limit>
<Limit DOWNLOAD>
AllowAll
</Limit>
</Directory>
Thanks
I start with my story..
I have a dedicate server one of our domains called ex. DOMAIN1.TLD
We wont to this domain users can have access to ftp.
Admin create account for ftp access to folder /public_html/files.
Users can login via ftp sofware byt we wont to restrict the actions of this account to only DOWNLOAD files.
Proftpd have some How to byt i dont know how can i use it.
http://www.proftpd.org/docs/howto/Limit.html
Something like this..
<Directory /path/to/downloads>
<Limit ALL>
DenyAll
</Limit>
<Limit DOWNLOAD>
AllowAll
</Limit>
</Directory>
Thanks