mod_quotatab_file
mod_quotatab
mod_quotatab_file.c
contrib/
This submodule provides the file-specific "driver" for storing quota table information in files.
Please contact TJ Saunders <tj at castaglia.org> with any questions, concerns, or suggestions regarding this module.
ftpquota
The mod_quotatab_file module supports the "file" string for the source-type parameter of the QuotaLimitTable and QuotaTallyTable configuration directives. If the "file" source-type is used, then the source-info parameter must be the full path to the file table.
QuotaLimitTable
QuotaTallyTable
mod_quotatab_file treats any number zero or less for a bytes limit as "unlimited". Similarly, it treats a value of zero for any of the files limits as "unlimited". "Unlimited" values are ignored, in that any limit that is "unlimited" is not used in any of mod_quotatab's calculations.
Examples:
# Using a file-based limit table QuotaLimitTable file:/usr/local/proftpd/ftpquota.limittab # Using a file-based tally table QuotaTallyTable file:/usr/local/proftpd/ftpquota.tallytab