Dave Roberts wrote:
I was thinking about the need to reset the statistical information -
if the server is running for a long time, the admin might want to
reset the stats information without bringing the server down.
ServerFtpStatistics is the place where counters are effectively set
through, but FtpStatistics has the getters for all the counters and
sort of seems a better place.
Should I add it, and if so, in which interface?
I think ServerFtpStatistics is a better fit as FtpStatistics is read
only and could therefore be exposed to those we don't want changing stuff.
/niklas