I am trying to use Wget to get all the web pages of the IP Phones.
If I use default "verbose" log option, the log gives me too much unused
information:
wget -t 1 -i phones_104.txt -O test.txt -o log.txt
If I add -nv option, the log files looks fine:
20:14:23 URL:http://10.104.110.10/NetworkConfiguration [6458] ->
"output_104.txt" [1]
20:14:23 URL:http://10.104.110.11/NetworkConfiguration [6458] ->
"output_104.txt" [1]
..
But it only gives me the logs for registered phones's web pages, which means the
web pages could be opened. It does not give me the logs for unregistered
phones's web pages, those web pages could not be opened. So the following logs
are lost in the non-verbose case:
-23:21:40--  http://10.104.104.8/NetworkConfiguration
           => `test.txt'
Connecting to 10.104.104.8:80... failed: Connection timed out.
Giving up.

Those unregistered phone logs are very useful to me. Which options could give me
the non-verbose logs for those "failed" connections?

Thanks
Dennis






Reply via email to