How do i get to see who is connected to my ftp,
what they are downloading and how fast they are downloading?
Using vsftpd on fedora core 2.
| 
					VSFTP
				 | 
| How do i get to see who is connected to my ftp, what they are downloading and how fast they are downloading? Using vsftpd on fedora core 2. 
		
		
		2004-08-28, 08:49 AM 
		
	 I am not sure about that, but you can see user's IP connect to your FTP using: Code: $ netstat |grep :21it scan the active connections and only look for port 21 (default FTP port) I think there is a log for FTP can be found in /var/log this only works if you enable the log from vsftp's conf hope this help you :) 
		
		
		2004-08-28, 04:01 PM 
		
	 Thanks for your guide, but it seems that the right commando is: Code: netstat | grep :ftpThat works :) 
		
		
		2004-08-28, 11:34 PM 
		
	 
		No problem mate :) 
		
		
		2004-09-03, 12:47 PM 
		
	 
		ftpwho -v should work also.  :P | 
| 
					« Next Oldest | Next Newest »
				 |