Click to See Complete Forum and Search --> : how to tell who's ftping on your box


otheos
02-26-2001, 06:47 PM
like w for who's logged in?

thanks

Fandelem
02-26-2001, 08:31 PM
my suggestion would be to go to www.freshmeat.net (http://www.freshmeat.net) and do a search for sniffit and install the program, then run it with sniffit -I which is "interactive" mode, and it will show every connection your box; you can narrow it to just a single port if you want (such as 21 for ftp).

regards,

~kyle

TheGimp
02-26-2001, 10:53 PM
ftpwho :)

aph3x
02-26-2001, 11:44 PM
how about:

# netstat -van | grep "ftp"

jief
02-26-2001, 11:53 PM
There's ftpwho (if you are running wu-ftpd.. other daemons, I dunno).

Another way : ps -fe | grep ftpd

Jeff

X_console
02-27-2001, 03:45 AM
last | grep ftp

Or check your logfiles.