if you want to exclude a section, u have to make sep. sections
in ioFTPD itself (.ini),
so section 0 would be your regular sections
SEC1 = 0 /SEC1/*
SEC2 = 0 /SEC2/*
SEC3 = 0 /SEC3/*
REQUEST = 1 /REQUEST/*
DEFAULT = 0 *
this way now /REQUEST is a sep section (ratio, etc,..)
now in init.itcl
set bquota(SECTIONS) "0:<whatever.name>:<amount>"
will only count quota for section 0, so section 1 /REQUEST
will be ignored for quota
|