Proftpd Limit Help

rmxs

Verified User
Joined
Jan 14, 2007
Messages
133
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
 
the question comes from my storie :)

How its possible to restrict ftpusers to can only donwload files from one folder
 
It's been a long time since I've read the ProFTPd documentation, but your example looks good, though perhaps not complete.

Have you tried it?

You should also check the documentation and try to understand how their anonymous ftp user works; you'll want to do something similar except that you'll still want a username/password.

While hopefully you'll get better help here, a ProFTPd support venue would be the best place to ask this question.

Jeff
 
Back
Top