The
SECTION parameter in
SITE STATS refers to the stat section number, not its name.
For example, if you have the 'GAMES' section defined as follows in your ioFTPD.ini:
Code:
[Sections]
#
# <section> = <credit section #> <virtual path>
# <section> = <credit section #> <stat section #> <virtual path>
#
OTHER = 0 1 /OTHER/*
STUFF = 0 2 /STUFF/*
GAMES = 0 3 /GAMES/*
DEFAULT = 0 0 *
To display stats for the 'GAMES' section, you would type
SITE STATS MONTHUP COUNT 9999 SECTION 3. See ioFTPD's
documentation for additional information.