|
#1
| ||||
| ||||
| Monitoring/administering FTP? Anyone have any idea what utilities I can use to administer or monitor the built-in FTP server? Obviously I know how to turn it on and manage (some) accounts, but how does one, say, monitor who's online, terminate connections, etc? |
|
#2
| ||||
| ||||
| ftpd has a command-line flag `-u` that writes logins to /var/run/utmp which supposedly makes logged in users visible to commands like `who`. (compare with -U which turns this off, the default). Implement that by editing /etc/xinetd.d/ftp's server-args line. As for a nice pretty GUI wrapper, I don't know of any but I'd be very surprised if you couldn't find something on VT...even if it's an FTP server itself.
__________________ michaelsanford.com Blog Twitter Tumblr LinkedIn iMac Aluminum 24" | MacOS X 10.5-current | 3.06 GHz Intel Core Duo | 4 GB RAM | 1 TB HDD iBook G4 1.42 GHz | MacOS X 10.5-current | 1 GB RAM, 100 GB HDD AMD Athlon64 3500+ | Slackware 12 (2.6.21.5-smp) | 2 GB RAM, 2120 GB RAID 1, 2500 GB RAID 0 |
![]() |
| Thread Tools | |
|
|