Bug-report: wget with multiple cnames in ssl certificate

2007-04-12 Thread Alex Antener
Hi If i connect with wget 1.10.2 (Debian Etch & Ubuntu Feisty Fawn) to a secure host, that uses multiple cnames in the certificate i get the following error: [EMAIL PROTECTED]:~$ wget https://host.domain.tld --10:18:55-- https://host.domain.tld/ => `index.html' Resolving host.domain.t

Bug report: backup files missing when using "wget -K"

2006-08-14 Thread Ken Kubota
Hi, when calling "wget -k -K ", the backup files (.orig) are missing. In one case (LOG.Linux.short) one backup file is missing (two files were converted). In another case (LOG.IRIX64.short) all backup files are missing. This is also true when using recursive retrieval (LOG.IRIX64.recursive.shor

Re: Bug report

2006-04-01 Thread Frank McCown
Gary Reysa wrote: Hi, I don't really know if this is a Wget bug, or some problem with my website, but, either way, maybe you can help. I have a web site ( www.BuildItSolar.com ) with perhaps a few hundred pages (260MB of storage total). Someone did a Wget on my site, and managed to log 111

Bug report

2006-04-01 Thread Gary Reysa
Hi, I don't really know if this is a Wget bug, or some problem with my website, but, either way, maybe you can help. I have a web site ( www.BuildItSolar.com ) with perhaps a few hundred pages (260MB of storage total). Someone did a Wget on my site, and managed to log 111,000 hits and 58,00

Re: Bug report: option -nr

2005-06-30 Thread Hrvoje Niksic
Marc Niederwieser <[EMAIL PROTECTED]> writes: > option --mirror is described as > shortcut option equivalent to -r -N -l inf -nr. > but option "-nr" is not implemented. > I think you mean "--no-remove-listing". Thanks for the report, I've now fixed the --help text. 2005-07-01 Hrvoje Niksic <

Bug report: option -nr

2005-06-30 Thread Marc Niederwieser
Hi option --mirror is described as shortcut option equivalent to -r -N -l inf -nr. but option "-nr" is not implemented. I think you mean "--no-remove-listing". greetings Marc

Re: wget bug report

2005-06-24 Thread Hrvoje Niksic
<[EMAIL PROTECTED]> writes: > Sorry for the crosspost, but the wget Web site is a little confusing > on the point of where to send bug reports/patches. Sorry about that. In this case, either address is fine, and we don't mind the crosspost. > After taking a look at it, i implemented the followi

wget bug report

2005-06-12 Thread A.Jones
Sorry for the crosspost, but the wget Web site is a little confusing on the point of where to send bug reports/patches. Just installed wget 1.10 on Friday. Over the weekend, my scripts failed with the following error (once for each wget run): Assertion failed: wget_cookie_jar != NULL, file http

Bug report: two spaces between filesize and Month

2004-05-03 Thread Iztok Saje
Hello! I just found a "feature" in embedded system (no source) with ftp server. In listing, there are two spaces between fileize and month. As a consequence, wget allways thinks size is 0. In procedure ftp_parse_unix_ls it just steps back one blank before cur.size is calculated. My quick hack is j

wget bug report

2004-03-26 Thread Corey Henderson
I sent this message to [EMAIL PROTECTED] as directed in the wget man page, but it bounced and said to try this email address. This bug report is for GNU Wget 1.8.2 tested on both RedHat Linux 7.3 and 9 rpm -q wget wget-1.8.2-9 When I use a wget with the -S to show the http headers, and I use

Re: Bug report

2004-03-24 Thread Hrvoje Niksic
Juhana Sadeharju <[EMAIL PROTECTED]> writes: > Command: "wgetdir http://liarliar.sourceforge.net";. > Problem: Files are named as > content.php?content.2 > content.php?content.3 > content.php?content.4 > which are interpreted, e.g., by Nautilus as manual pages and are > displayed as plain te

Bug report

2004-03-24 Thread Juhana Sadeharju
Hello. This is report on some wget bugs. My wgetdir command looks the following (wget 1.9.1): wget -k --proxy=off -e robots=off --passive-ftp -q -r -l 0 -np -U Mozilla $@ Bugs: Command: "wgetdir http://www.directfb.org";. Problem: In file "www.directfb.org/index.html" the hrefs of type "/screen

Re: bug report

2004-01-28 Thread Hrvoje Niksic
You are right, it's a bug. -O is implemented in a weird way, which makes it work strangely with features such as timestamping and link conversion. I plan to fix it when I get around to revamping the file name generation support for grokking the Content-Disposition header.

bug report

2003-12-30 Thread Vlada Macek
Hi again, I found something what can be called a bug. The command line and the output (shortened): $ wget -k www.seznam.cz --14:14:28-- http://www.seznam.cz/ => `index.html' Resolving www.seznam.cz... done. Connecting to www.seznam.cz[212.80.76.18]:80... connected. HTTP request sent

bug report : 302 server response forces host spanning even without-H

2003-04-02 Thread Yaniv Azriel
If wget recieves a 302 TEmporarily Moved redirection to *another site*, this site is browsed ! wget -r http://original/index.html Server reply 302 http://redirect/index.html WGET goes and downloads from "redirect" I also tried adding -D flag but it doesnt help wget -r -Doriginal -nh http

bug report

2003-02-22 Thread Jirka Klaue
1/ (serious) #include needs to be replaced by #include "config.h" in several source files. The same applies to . 2/ #ifdef WINDOWS should be replaced by #ifdef _WIN32. With these two changes it is even possible to compile wget with MSVC[++] and Intel C[++]. :-) Jirka

bug report about running wget in BSDI 3.1

2003-02-05 Thread julian yin
Hello, I'v downloaded wget-1.5.3 from http://ftp.gnu.org/gnu/wget into our BSDI version 3.1 OS and used following commands: % gunzip wget-1.5.3.tar.gz % tar -xvf wget-1.5.3.tar % cd wget-1.5.3 % ./configure % ./make -f Makefile % ./make install But the following error message was displayed: --

Bug report / feature request

2003-01-28 Thread Stas Ukolov
Hi! Wget 1.5.3 uses /robots.txt to skip some parts of web-site. But it doesn't use tag, which serves to the same purpose. I believe that Wget must also parse and use tags WBR Stas mailto:[EMAIL PROTECTED]

Re: bug report and patch, HTTPS recursive get

2002-05-17 Thread Kiyotaka Doumae
In message "Re: bug report and patch, HTTPS recursive get", Ian Abbott wrote... > Thanks again for the bug report and the proposed patch. I thought some > of the scheme tests in recur.c were getting messy, so propose the > following patch that uses a function to check

Re: bug report and patch, HTTPS recursive get

2002-05-15 Thread Ian Abbott
n. > >> wget -r https://www.example.com/index.html > >wget gets http://www.wget.org/ and other url which >linked from http://www.wget.org/. Thanks again for the bug report and the proposed patch. I thought some of the scheme tests in recur.c were getting messy, so propose the fol

Re: bug report and patch, HTTPS recursive get

2002-05-15 Thread Ian Abbott
On Wed, 15 May 2002 18:44:19 +0900, Kiyotaka Doumae <[EMAIL PROTECTED]> wrote: >I found a bug of wget with HTTPS resursive get, and proposal >a patch. Thanks for the bug report and the proposed patch. The current scheme comparison checks are getting messy, so I'll write a

Re: Bug report

2002-05-04 Thread Ian Abbott
On Fri, 3 May 2002 18:37:22 +0200, Emmanuel Jeandel <[EMAIL PROTECTED]> wrote: >ejeandel@yoknapatawpha:~$ wget -r a:b >Segmentation fault Patient: Doctor, it hurts when I do this Doctor: Well don't do that then! Seriously, this is already fixed in CVS.

Bug report

2002-05-03 Thread Emmanuel Jeandel
ejeandel@yoknapatawpha:~$ wget -r a:b Segmentation fault ejeandel@yoknapatawpha:~$ I encounter this bug while i wanted to do wget ftp://a:b@c/, forgetting the ftp:// The bug is not present when -r is not there (a:b: Unsupported scheme) Emmanuel

Re: Bug report for wget 1.8.1 / MacOSX : french translation

2002-04-11 Thread Hrvoje Niksic
Pascal Vuylsteker <[EMAIL PROTECTED]> writes: > I've downloaded wget from http://macosx.forked.net/ as a port to > MacOSX (package). I'm not sure how internationalization works on MacOS X. Perhaps you should ask the people who did the porting? If you want Wget to print English (original) messa

GNU wget 1.8.1 - Bug report memory occupied

2002-03-26 Thread Dipl. Ing. Hermann Rugen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hallo specialists, I used wget 1.8.1 on my system to mirror the site www.europa.eu.int. Transfer was throug a proxy and DSL over night. After about 12-13 hours I found following situation: Totally download about 1.8GB data. wget process was increa

Bug report for wget 1.8.1 / MacOSX : french translation

2002-03-21 Thread Pascal Vuylsteker
Hi, I've downloaded wget from http://macosx.forked.net/ as a port to MacOSX (package). It installed fine and even realized that my native language was french but had some issue with the printing of the help in french : the accentuated char are replaced by a ? I would even prefer to have acces

bug report

2002-03-20 Thread Andax
I found a serious bug in wget, all versions affected.   Description: It is highly addictive Solution:You should include a warning about this somewhere in the product :)     a windows user      

Re: Bug report: 1) Small error 2) Improvement to Manual

2002-01-21 Thread Ian Abbott
On 21 Jan 2002 at 14:56, Thomas Lussnig wrote: > >Why not just open the wgetrc file in text mode using > >fopen(name, "r") instead of "rb"? Does that introduce other > >problems? > I think it has to do with comments because the defeinition is that > starting with '#' the rest of the line > is i

Re: Bug report: 1) Small error 2) Improvement to Manual

2002-01-21 Thread Andre Majorel
On 2002-01-21 18:53 +0100, Hrvoje Niksic wrote: > "Ian Abbott" <[EMAIL PROTECTED]> writes: > > > Why not just open the wgetrc file in text mode using fopen(name, > > "r") instead of "rb"? Does that introduce other problems? > > Not that I'm aware of. The reason we use "rb" now is the fact that

Re: Bug report: 1) Small error 2) Improvement to Manual

2002-01-21 Thread Hrvoje Niksic
"Ian Abbott" <[EMAIL PROTECTED]> writes: > Why not just open the wgetrc file in text mode using fopen(name, > "r") instead of "rb"? Does that introduce other problems? Not that I'm aware of. The reason we use "rb" now is the fact that we handle the EOL problem ourselves, and it seems "safer" to

Re: Bug report: 1) Small error 2) Improvement to Manual

2002-01-21 Thread Thomas Lussnig
> > >>>WGet returns an error message when the .wgetrc file is terminated >>>with an MS-DOS end-of-file mark (Control-Z). MS-DOS is the >>>command-line language for all versions of Windows, so ignoring the >>>end-of-file mark would make sense. >>> >>Ouch, I never thought of that. Wget opens files

Re: Bug report: 1) Small error 2) Improvement to Manual

2002-01-21 Thread Ian Abbott
On 17 Jan 2002 at 2:15, Hrvoje Niksic wrote: > Michael Jennings <[EMAIL PROTECTED]> writes: > > WGet returns an error message when the .wgetrc file is terminated > > with an MS-DOS end-of-file mark (Control-Z). MS-DOS is the > > command-line language for all versions of Windows, so ignoring the >

Re: Bug report: 1) Small error 2) Improvement to Manual

2002-01-18 Thread Hrvoje Niksic
Michael Jennings <[EMAIL PROTECTED]> writes: > However, I have a comment: There is simple logic that would solve > this problem. WGet, when it reads a line in the configuration file, > probably now strips off trailing spaces (hex 20, decimal 32). I > suggest that it strip off both trailing spaces

RE: Bug report: 1) Small error 2) Improvement to Manual

2002-01-17 Thread Herold Heiko
> From: Michael Jennings [mailto:[EMAIL PROTECTED]] > Obviously, this is completely your decision. You are right, > only DOS editors make the mistake. (It should be noted that > DOS is MS Windows only command line language. It isn't going > away; even Microsoft supplies command line utilities w

Re: Bug report: 1) Small error 2) Improvement to Manual

2002-01-17 Thread Michael Jennings
- Obviously, this is completely your decision. You are right, only DOS editors make the mistake. (It should be noted that DOS is MS Windows only command line language. It isn't going away; even Microsoft supplies command line utilities with all versions of its OSs. Yes, Windows will probably

Re: Bug report: 1) Small error 2) Improvement to Manual

2002-01-17 Thread Hrvoje Niksic
Herold Heiko <[EMAIL PROTECTED]> writes: > My personal idea is: > As a matter of fact no *windows* text editor I know of, even the > supplied windows ones (notepad, wordpad) AFAIK will add the ^Z at the > end of file.txt. Wget is a *windows* program (although running in > console mode), not a *Do

RE: Bug report: 1) Small error 2) Improvement to Manual

2002-01-17 Thread csaba . raduly
On 17/01/2002 07:34:05 Herold Heiko wrote: [proper order restored] >> -Original Message- >> From: Hrvoje Niksic [mailto:[EMAIL PROTECTED]] >> Sent: Thursday, January 17, 2002 2:15 AM >> To: Michael Jennings >> Cc: [EMAIL PROTECTED] >> Subje

RE: Bug report: 1) Small error 2) Improvement to Manual

2002-01-16 Thread Herold Heiko
ph x39-041-5907073 -- I-31021 Mogliano V.to (TV) fax x39-041-5907087 -- ITALY > -Original Message- > From: Hrvoje Niksic [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 17, 2002 2:15 AM > To: Michael Jennings > Cc: [EMAIL PROTECTED] > Subject: Re: Bug rep

Re: Bug report: 1) Small error 2) Improvement to Manual

2002-01-16 Thread Hrvoje Niksic
Michael Jennings <[EMAIL PROTECTED]> writes: > 1) There is a very small bug in WGet version 1.8.1. The bug occurs >when a .wgetrc file is edited using an MS-DOS text editor: > > WGet returns an error message when the .wgetrc file is terminated > with an MS-DOS end-of-file mark (Control-Z). M

Bug report: 1) Small error 2) Improvement to Manual

2002-01-03 Thread Michael Jennings
-   WGet is wonderful.   1) There is a very small bug in WGet version 1.8.1. The bug occurs when a .wgetrc file is edited using an MS-DOS text editor: WGet returns an error message when the .wgetrc file is terminated with an MS-DOS end-of-file mark (Control-Z). MS-DOS is the command-line language

Re: Re[4]: Bug report

2001-12-13 Thread Hrvoje Niksic
Pavel Stepchenko <[EMAIL PROTECTED]> writes: > Ok. Are wget can use FTP-proxy, not Http? That's how "ftp_proxy" works -- it forwards the request to an HTTP server that does the actual work of retrieving the document through FTP. That is not specific to Wget. The browsers work the same way.

Re: Re[2]: Bug report

2001-12-13 Thread Hrvoje Niksic
Pavel Stepchenko <[EMAIL PROTECTED]> writes: >>> Warning: wildcards not supported in HTTP. >>> >>> Oooops! But this is FTP url, not HTTP! >HN> Are you using a proxy? > Yes. This means that HTTP is used for retrieval, and '*' won't work -- which is what Wget is trying to warn you about. > --17:

Re: Bug report

2001-12-13 Thread Hrvoje Niksic
Pavel Stepchenko <[EMAIL PROTECTED]> writes: > Hello bug-wget, > > $ wget --version > GNU Wget 1.8 > > $ wget >ftp://password:[EMAIL PROTECTED]:12345/Dir%20One/This.Is.Long.Name.Of.The.Directory/* > Warning: wildcards not supported in HTTP. > > Oooops! But this is FTP url, not HTTP! Are you

Bug report

2001-12-13 Thread Pavel Stepchenko
Hello bug-wget, $ wget --version GNU Wget 1.8 $ wget ftp://password:[EMAIL PROTECTED]:12345/Dir%20One/This.Is.Long.Name.Of.The.Directory/* Warning: wildcards not supported in HTTP. Oooops! But this is FTP url, not HTTP! Please, fix it. Thank you, -- Best regards from future, HillDale. P

RE: WGET 1.8 bug report

2001-12-12 Thread Herold Heiko
> From: Hrvoje Niksic [mailto:[EMAIL PROTECTED]] > Herold Heiko <[EMAIL PROTECTED]> writes: > > > I put up the current cvs, mainly since there have been those patches > > to ftp-ls.c and the signal handler. Ok ? > > Please don't do that. Although all changes in the current CVS > *should* be sta

Re: WGET 1.8 bug report

2001-12-12 Thread Hrvoje Niksic
Herold Heiko <[EMAIL PROTECTED]> writes: > I put up the current cvs, mainly since there have been those patches > to ftp-ls.c and the signal handler. Ok ? Please don't do that. Although all changes in the current CVS *should* be stable, mistakes are possible. Please provide a binary that is 1.

RE: WGET 1.8 bug report

2001-12-12 Thread Herold Heiko
7073 -- I-31021 Mogliano V.to (TV) fax x39-041-5907087 -- ITALY > -Original Message- > From: Hrvoje Niksic [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 12, 2001 12:07 PM > To: Wget List; > Subject: Re: WGET 1.8 bug report > > > " " <[EMAIL PROTEC

Re: WGET 1.8 bug report

2001-12-12 Thread Hrvoje Niksic
" " <[EMAIL PROTECTED]> writes: > WGET 1.8 crashes when trying to retrieve a large file (250MB) > It seems to happen when new progress indicator is activated (bar style). > When switching to dot-style indicator it works (for now). > With smaller files there is no problem also. > See attachment (s

WGET 1.8 bug report

2001-12-12 Thread
WGET 1.8 crashes when trying to retrieve a large file (250MB) It seems to happen when new progress indicator is activated (bar style). When switching to dot-style indicator it works (for now). With smaller files there is no problem also. See attachment (screenshot). I use WGET 1.8b compiled for W