mod_ratio
The mod_ratio module
This module is contained in the mod_ratio.c file for ProFTPD 1.3.x, and is not compiled by default. Installation instructions are discussed here; a discussion on usage is also available.
mod_ratio.c
The most current version of mod_ratio is distributed with the ProFTPD source code.
Please contact TJ Saunders <tj at castaglia.org> with any questions, concerns, or suggestions regarding this module.
The AnonRatio directive
AnonRatio
The ByteRatioErrMsg directive
ByteRatioErrMsg
The CwdRatioMsg directive
CwdRatioMsg
The FileRatioErrMsg directive
FileRatioErrMsg
The GroupRatio directive
GroupRatio
The HostRatio directive
HostRatio
The LeechRatioMsg directive
LeechRatioMsg
The RatioFile directive
RatioFile
The Ratios directive
Ratios
The RatioTempFile directive
RatioTempFile
The SaveRatios directive
SaveRatios
The UserRatio directive
UserRatio
$ ./configure --with-modules=mod_ratio $ make $ make install
$ ./configure --enable-dso --with-shared=mod_ratio ...
$ make $ make install
For those with an existing ProFTPD installation, you can use the prxs tool to add mod_ratio, as a DSO module, to your existing server:
prxs
$ prxs -c -i -d mod_ratio.c