[wget-notify] [bug #22768] output of non-verbose spider mode
NoèlKöthe
INVALID.NOREPLY at gnu.org
Fri Mar 28 13:39:00 PDT 2008
URL:
<http://savannah.gnu.org/bugs/?22768>
Summary: output of non-verbose spider mode
Project: GNU Wget
Submitted by: nok
Submitted on: Freitag 28.03.2008 um 21:38
Category: Feature Request
Severity: 3 - Normal
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 1.11
Operating System: GNU/Linux
Reproducibility: None
Fixed Release: None
Planned Release: None
Regression: None
Work Required: None
Patch Included: None
_______________________________________________________
Details:
Hello,
this is a forwarded wishlist request:
http://bugs.debian.org/338326
--8<--
When using wget in non-verbose mode, it prints out each file transferred:
$ wget -nv <someurl>
14:35:19 URL:<someurl> [2838/2838] -> "<localfilename>" [1]
When using spider mode I expect to get a similar output, because I want to
see which files are still available and which aren't. However:
$ wget --spider -nv <someurl>
200 OK
The filename is missing. The problem is that spider mode is used especially
when a large number of files is checked, and it would be really helpful to
know which urls triggered which (successful) server response.
So I would expect something like that:
$ wget -nv <someurl>
14:35:19 URL:<someurl> 200 OK
--8<--
IMHO in the last commandline --spider is missing.
The output of --spider -nv changed from 1.10 to 1.11:
1.10:
$ wget --spider -nv <someurl>
200 OK
$
1.11:
$ wget --spider -nv <someurl>
$
I don't know if you want to change it back to give some output.
thx.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?22768>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.gnu.org/
More information about the wget-notify
mailing list