[wget-notify] [bug #22448] make non verbose (-nv) switch more
verbose
anonymous
INVALID.NOREPLY at gnu.org
Fri Feb 29 09:05:14 PST 2008
URL:
<http://savannah.gnu.org/bugs/?22448>
Summary: make non verbose (-nv) switch more verbose
Project: GNU Wget
Submitted by: None
Submitted on: Freitag 29.02.2008 um 17:05 UTC
Category: Feature Request
Severity: 3 - Normal
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Name:
Originator Email: h.mth at web.de
Open/Closed: Open
Discussion Lock: Any
Release: 1.11
Operating System: GNU/Linux
Reproducibility: Every Time
Fixed Release: None
Planned Release: None
Regression: None
Work Required: None
Patch Included: Yes
_______________________________________________________
Details:
Wget non verbose switch is nearly the same as quiet switch. Just one line
tells the user when a file finished.
What I miss from non verbose switch is some compact information of the
download information like percentage, download rate and ETA. Especially useful
to see if a download actually starts or the server is not capable to answer.
This non verbose switch change is very useful for Gentoo where they use Wget
to fetch the source tarballs for their packages and sometimes the mirrors are
unresponsive. So I can react whereas with actual non verbose switch I could
not. Sure there are other examples where this change is useful.
My patch enables that informations to be printed while downloading for non
verbose switch.
Example Output:
verbose, default
________________
die at ana:/tmp $ wget http://specs.openoffice.org/chart/ErrorBars.odt
--2008-02-29 17:02:25-- http://specs.openoffice.org/chart/ErrorBars.odt
Auflösen des Hostnamen »specs.openoffice.org«.... 204.16.104.2
Verbindungsaufbau zu specs.openoffice.org|204.16.104.2|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 154159 (151K) [application/vnd.oasis.opendocument.text]
In »ErrorBars.odt« speichern.
100%[===============================>] 150K 123K/s in 1,2s
2008-02-29 17:02:27 (123 KB/s) - »ErrorBars.odt« gespeichert
[154159/154159]
die at ana:/tmp $
quiet
________________
die at ana:/tmp $ wget -q http://specs.openoffice.org/chart/ErrorBars.odt
die at ana:/tmp $
non verbose, here we see the change
________________
die at ana:/tmp $ wget -nv http://specs.openoffice.org/chart/ErrorBars.odt
100% 150K 123K/s in 1,2s
2008-02-29 17:02:37 URL:http://specs.openoffice.org/chart/ErrorBars.odt
[154159/154159] -> "ErrorBars.odt.1" [1]
die at ana:/tmp $
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Freitag 29.02.2008 um 17:05 UTC Name: wget_nv-verbodity.diff Size:
3kB By: None
make non verbose switch more verbose
<http://savannah.gnu.org/bugs/download.php?file_id=15146>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?22448>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.gnu.org/
More information about the wget-notify
mailing list