Is there a way to limit the number of files uploaded per day per user using proftpd? Is there a way to limit the total size of files uploaded in a day per user?
Asked
Active
Viewed 3,543 times
1 Answers
3
Yes, if you install the mod_quotatab
extension: ProFTPD module mod_quotatab
. You can set a quota on the number of bytes and the number of files permitted. Set up a cron-job to update the tally once every 24 hours, and voila, you have a daily quota set up, as explained here

PersianGulf
- 602
- 8
- 21

Mathias R. Jessen
- 25,161
- 4
- 63
- 95