Author: Dave Seator
Date: 02-07-03 22:00
I find it ever helpfull to evoke ftpd with the verbose logging options. To do this, edit inetd to run ftpd with the "-ll" flags [1st 'l' for logging, 2nd 'l' for verbose logging]. This way, you can watch for anonymous user names, new uploads and current downloads by tailing your ftp.log file.
man pages: ftpd, tail, inetd
|
|