Neil Bothwick wrote: > On Sun, 07 Sep 2008 10:45:12 +0800, [EMAIL PROTECTED] wrote: > >> As I am monitoring ftp through a wireless LAN which max at 300KB/s, >> running X11-forwarding is not comfortable. running a desktop session on >> the server and run vnc seems overkill. > > What's wrong with looking at the server's log file(s) in a standard SSH > session?
Because that mess up with other user's ftp activities. Also because I don't get the knowledge which folder the user I am watching is in (I could tell this by looking at the log backwards and find his last 'cd' command, but it's more convenient to look it just on the UI). There are other functions that is convenient on the UI but not on the commandline, e.g. number of concurrent connection a user have is directly on the UI on Serv-U but with vsftpd I have to run some smart combination of grep/sed/awk to get this info, and can be difficult to get it in real time. Also consider information you cannot get from reading the log, e.g. find out who is taking the biggest share of download badnwidth right the moment your user complain being too slow.