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?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Yes, if you install the mod_quotatab extension: http://www.proftpd.org/docs/contrib/mod_quotatab.html. 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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.