I find it crazy that this doesn't work out of the box, but neither atftpd nor tftpd-hpa seem to have any way to log to the console. I've run them in the foreground with verbosity right up but clearly that's not the right magic incantation.

I'm running a short-lived server for a firmware upload and I want to see the requests (and ideally when they've completed).

link|improve this question

67% accept rate
feedback

1 Answer

Try something like this:

atftpd --logfile /dev/stdout --no-fork --verbose 3 --daemon /tftpboot

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.