Package: wget
Version: 1.10.2-1
Severity: normal

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


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages wget depends on:
ii  libc6                         2.3.5-6    GNU C Library: Shared libraries an
ii  libssl0.9.8                   0.9.8a-3   SSL shared libraries

wget recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to