Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: slider on February 14, 2003, 10:09:49 PM

Title: Who is connected
Post by: slider on February 14, 2003, 10:09:49 PM
I just want to know who is connected on my ftp. I use ftpwho, but it doesn't work
If you have some ideas

thanks
Title: Re: Who is connected
Post by: Nathan Fowler on February 15, 2003, 01:26:15 AM
Try being root when running the command.

netstat -a|grep -i "ftp"|grep -i "established"

[or]

ftpwho -v
Title: Re: Who is connected
Post by: slider on February 15, 2003, 10:22:30 AM
Thanks of this line, I can view if I have trafic on the ftp. Thanks.
But, there is a possibility to know who is connected? (like ftpwho)