Primary discussion list for GNU Wget
bug-wget.gnu.org
(
List home) (
Recent threads) (
381 other GNU lists)
Subscription Options
- RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
- Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line, or visit the list's homepage here.
- Low traffic list: less than 3 messages per day
- This list contains about 2,467 messages, beginning Mar 2010
- 5 messages added yesterday
Primary discussion list for GNU Wget
June 2010
Peng Yu — 127551253702 Jun 2010*
I need to use the option --convert-links to download only one webpage, because I want to convert absolute links to relative links if the links are und...
Giuseppe Scrivano — 127558233903 Jun 2010*
Hello, A new alpha version is here: ftp://alpha.gnu.org/gnu/wget/wget-1.12-2359.tar.bz2 and the detached gpg signature: ftp://alpha.gnu.org/gnu/wget/w...
Keisial — 127563910504 Jun 2010*
I thought the standard solution for that was to use #!/usr/bin/env perl...
Jay K — 127590455307 Jun 2010*
% uname OSF1 % uname -r V5.1 % cc -V Compaq C V6.3-025 on Compaq Tru64 UNIX V5.1 (Rev. 732) Compiler Driver V6.3-026 (sys) cc Driver source='cmpt....
Peng Yu — 127595188807 Jun 2010*
There is the link "index.html?lang=ja" in index.html. I want to ignore such links. I use the following command. Would you please let me know...
Daniel Stenberg — 127616151610 Jun 2010*
Hi I've pulled the sources from the bzr repo and I've built wget from source on my reasonably updated debian unstable dev machine. Here...
Cillian Sharkey — 127618091310 Jun 2010*
Hi, I've found wget does not always correctly normalise URLs by collapsing multiple consecutive forward slashes into a single slash. This is a pro...
Avinash — 127619576110 Jun 2010*
Hi All, When I use any http URL with wget it shows downloading some index.html file whereas that file is not actually there on the server. Has it some...
tho — 127621016710 Jun 2010*
--- http.c.orig 2010-06-10 14:01:43.000000000 +0200 +++ http.c 2010-06-10 14:01:55.000000000 +0200 @@ -1829,6 +1829,13 @@ /* Check for status line. */...
Muthu Subramanian K — 127624267411 Jun 2010*
Hi, Scenario: 1. Multiple http downloads 2. Resume download of some of the files (typically one) After the download completes the Average speed calcul...
Dmitry Kosei — 127629072311 Jun 2010*
I found advertisement on gnu.org about wget. Went by the link http://wget.addictivecode.org/HelpingWithWget to find information about repository acces...
vivi — 127629079311 Jun 2010*
Hi all I'm interested in contributing to wget, I spotted the wgetrc (http://savannah.gnu.org/bugs/?20370) problem and thought this could be a good...
giovanni_re — 127634053012 Jun 2010*
When trying to do a continue "-c" wget for a partially downloaded file, wget wouldn't do the continue because it got the "302 Moved...
Cal Zabel — 127642393313 Jun 2010*
I can't see everything when I add the -d flag, so here's what I get normally: I'm typing: wget http://packages.sw.be/rpmforge-release/rpmf...
arvind chaudhary — 127646603713 Jun 2010*
I have set-up proxy in /etc/wgetrc file as https_proxy = https://arvind:passwd@192.168.0.4:3128/ http_proxy = http://arvind:passwd@192.168.0.4:3128/ f...
Jochen Roderburg — 127652636014 Jun 2010*
Hi Giuseppe, There has been been a recent change in the 1.12.1 development version which is described as: Do not use an additional HEAD request when -...
vivi — 127656412215 Jun 2010
I'm currently working on this and wanted to know what happened to the previous two authors' work. http://savannah.gnu.org/bugs/?20635 ...
Giuseppe Scrivano — 127675404817 Jun 2010*
Hi, I would like to drop completely the windows/ subdirectory. The build under Windows can be done easily with Cygwin or MinGW in the "GNU way...
Kaushal Shriyan — 127695497119 Jun 2010
Hi, wget -O file.png "http://collectd.example.com/collectd/cgi-bin/..." the file.png was corrupt Any better way to do it? Thanks Kaushal...
Steven M. Schweda — 127697994719 Jun 2010
> Any better way to do it? There are better ways to report the problem. You could start by identifying your wget program and your system type: wget...
<ohaya — 127724248622 Jun 2010*
Hi, I'm new here, and I hope that this is the correct mailing list... We are having response time problems, and I've been testing with wget to...
Chitra Nanda — 127741745124 Jun 2010*
Hi, I want to know if I can call wget programmatically from c/c++ program. I don't want to use system(wget). That will cause portability issues fo...
Timothy Rafael Cardenas2 — 127754682426 Jun 2010*
This is a minor issue with the wget no_proxy env var parsing. If a trailing comma is left on the string containing all addresses not to be used with t...
pksky — 127760542227 Jun 2010*
All: I tried to install some drivers that corrupted my clock. The problem has since been corrected. My apologies if this has created technical problem...
Paul — 127767825127 Jun 2010*
Hello,"When wget encounters a URL that ends in a slash, since there's no file name, wget has no idea what it should name it, but does have to...
vivi — 127771767028 Jun 2010*
Hi all, in an attempt to add a config option this error occured when running "./wget --config=/some/place/wgetrc google.com" wget: init.c:72...
Steven M. Schweda — 127780265629 Jun 2010*
From: Chitra Nanda Subject: [Bug-wget] Calling wget programmatically from C/C++ codeHave you looked at cURL/libcurl? http://curl.haxx.se/ That would s...
Avinash — 127786451730 Jun 2010*
Hi All, I have a file with hundreds of URLs present in it. One per line. I am using -i option of wget to crawl all these URLs. But it seems that wget ...