mk-ftp-stats-1.0, by Guillaume Vangelder, March 1998.
Released under the GNU public license.
---

How to install mk-ftp-stats?
---

1. Edit the script make_fields so that it represents your system configuration.
   That means where is your log file located. (Default=/var/adm/ftpd/xferlog)
   You can also decide if you want to delete the log file after processing it.

2. Compile processLog.cc.
   For example: g++ processLog.cc -o processLog
   Just do as you like! (Works with gcc 2.7.2.2)

3. When you got that done, install that in (for example) :
	/usr/local/lib/mk-ftp-stats/
   make a symbolic link (otherwise you will encounter problems!) 
   Example: (in /usr/local/bin: "ln -s ../lib/mk-ftp-stats/mk-ftp-stats .")

4. And here you go!

---
Testing:
---
   Just test the program, you should get an output like this:

mk-ftp-stats-1.0, by Guillaume Vangelder, 1998
http://www.dtek.chalmers.se/~d97van/mk-ftp-stats/

Uploads:

	user1		48.12 MB
	user4		34.45 MB
	user2		12.10 MB

	Total:		112.67 MB

Downloads:

	user4		123.54 MB

etc....


---
BUGS
---
	There is no error handling.
	

---
DISCLAIMER
---

	I'm not responsible for any data loss or damage when using this
program. You're on your own.


---
HELP
---
write to:	d97van@dtek.chalmers.se
Give me info about your system!

---
END OF FILE!