
mk-ftp-stats-1.0, by Guillaume Vangelder (d97van@dtek.chalmers.se), 1998
---


mk-ftp-stats is a program that converts your xferlog to a human readable
format, inspired of the stats of the Wind*ws FTP server "WarFTP".

The output shows the uploads and downloads of the users, and the total
traffic in uploads and in downloads. The users are sorted.

See the INSTALL file to install mk-ftp-stats, I recommend you to take a look
at the script and at the C++ source file. There is nothing really complicated.

When you've been testing it, liked it and decided to install it on your
system, you can add a line like this in your crontab (or whatever) file to 
run it periodically:

00 00 * * 1 /usr/local/bin/mk-ftp-stats > /home/ftp/weekly-stats.txt

In such a case I'd recommend you to remove the old log file...

---
If you need help:

write to d97van@dtek.chalmers.se

---
This is really some 'garage' programming, it's by no mean a industrial-strength
program!

I hope you enjoy it!

--
LICENSE:
GNU public license.

---
END OF FILE