1

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?

Castaglia
  • 3,349
  • 3
  • 21
  • 42
Matthew Hui
  • 261
  • 8
  • 19

1 Answers1

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