
February 12th, 2002, 09:44 PM
|
|
#!/usr/beer/hurl
|
|
Join Date: Aug 2001
Location: Toronto
Posts: 46
Time spent in forums: < 1 sec
Reputation Power: 12
|
|
|
looking for more robust ftp server
I'm using bsd ftpd as my debian server's ftp daemon, but I would love something... dare I say it.... like war ftp, or serveU on win32.
I don't allow annonymous users, but I miss the advanced features the win servers offered, like seeing who's logged in, what they're transfering, the speed & ability to throttle at the user level, and logging exactly what was u/l or d/l and at what time.
I think the only thing bsdftpd offers is to log the connection (by ip, and it doesn't log the disconnect, or if any files were transfered at all), with a line like:
in.ftpd[1192]: connect from 123.456.789.0
Anybody got any suggestions?
|