LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Monitoring tftp (https://www.linuxquestions.org/questions/linux-newbie-8/monitoring-tftp-433685/)

Mithrilhall 04-10-2006 08:24 AM

Monitoring tftp
 
Is there a way to monitor my tftp server from the command line?

I would like to see the upload progress and when people connect to it.


Thanks

farslayer 04-10-2006 12:45 PM

I don't know about progress indicators, but if you setup your tftpd to log to a specific file then you should be able to view that log as new entries appear.

tail -f /var/log/logfilename.log


All times are GMT -5. The time now is 07:45 AM.