bug: downloading index.html twice

2005-07-07 Thread Frank McCown
Using Wget 1.10: wget -np -p -w 2 -r -l 0 http://www.cs.odu.edu/~mln/lazy/ results in http://www.cs.odu.edu/~mln/lazy/index.html being downloaded and saved twice. The final number of downloaded files is 1 file too many. From the wget output: -

Re: New windows/config*

2005-07-07 Thread Hrvoje Niksic
Gisle Vanem <[EMAIL PROTECTED]> writes: > Adding yet another define, seems so obfuscate the code more, IMO. It does, but having #ifdef __COMPILER__ all over the place makes the code just as obfuscated, only in another way. And it makes introducing another compiler that much harder because you ha

.wgetrc "append-log" feature request

2005-07-07 Thread Bryan
In Chapter 6 of the Wget documentation says that .wgetrc allows the following command: logfile = file Set logfile to "file", the same as "-o file" I was hoping that someone could add functionality to allow .wgetrc to append to the logfile, since -o overwrites the log file each time.

Re: New windows/config*

2005-07-07 Thread Gisle Vanem
"Hrvoje Niksic" wrote: I think I'll make config-compiler.h even more abstract, for example: // In mingw section #ifdef ENABLE_IPV6 # define NEED_GAI_STRERROR #endif Adding yet another define, seems so obfuscate the code more, IMO. gai_strerror() is used only in host.c, so why not simply add t

Re: Bug? gettin file > 2 GB fails

2005-07-07 Thread Hrvoje Niksic
Jogchum Reitsma <[EMAIL PROTECTED]> writes: > I'm not sure it's a bug, but behaviour descibes below seems strange > to me, so I thought it was wise to report it: Upgrade to Wget 1.10 and the problem should go away. Earlier versions don't handle files larger than 2GB properly.

Bug? gettin file > 2 GB fails

2005-07-07 Thread Jogchum Reitsma
Hello, I'm not sure it's a bug, but behaviour descibes below seems strange to me, so I thought it was wise to report it: I'm trying to get a Suse 9.3 ISO from sunsite.informatik.rwth-aachen.de, a file that is 4383158 KB according to the FTP-listing. wget gets about 2.4 GB, than quits with a

Re: New windows/config*

2005-07-07 Thread Hrvoje Niksic
This patch should address the problems you've seen: Index: src/mswindows.h === --- src/mswindows.h (revision 2008) +++ src/mswindows.h (working copy) @@ -98,6 +98,14 @@ is equivalent to stat anyway. */ #define lstat stat

Re: Bug

2005-07-07 Thread Hrvoje Niksic
Rodrigo Botafogo <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED]:~/Download/Linux> wget -c > ftp://chuck.ucs.indiana.edu/linux/suse/suse/i386/9.3/iso/SUSE-9.3-Eval-DVD.iso > --09:55:03-- > ftp://chuck.ucs.indiana.edu/linux/suse/suse/i386/9.3/iso/SUSE-9.3-Eval-DVD.iso > => `SUSE-9.3-Eval-DVD.iso

Re: New windows/config*

2005-07-07 Thread Hrvoje Niksic
Gisle Vanem <[EMAIL PROTECTED]> writes: > - Defintion of gai_strerror() needs to be put after the one in >So either include that in config-compiler.h or > move the whole ENABLE_IPV6 section to mswindows.h. Both solutions kind of defeat the purpose of config-compiler.h, which is supposed to

Bug

2005-07-07 Thread Rodrigo Botafogo
[EMAIL PROTECTED]:~/Download/Linux> wget -c ftp://chuck.ucs.indiana.edu/linux/suse/suse/i386/9.3/iso/SUSE-9.3-Eval-DVD.iso --09:55:03--  ftp://chuck.ucs.indiana.edu/linux/suse/suse/i386/9.3/iso/SUSE-9.3-Eval-DVD.iso    => `SUSE-9.3-Eval-DVD.iso' Resolving chuck.ucs.indiana.edu... 156.56

New windows/config*

2005-07-07 Thread Gisle Vanem
The new config files now seems more tidy, but some problems exists; - Defintion of gai_strerror() needs to be put after the one in So either include that in config-compiler.h or move the whole ENABLE_IPV6 section to mswindows.h. - IMHO, important features should be set in Makefile. Like -DEN

Re: wget a file with long path on Windows XP

2005-07-07 Thread Frank McCown
I think you need to put "quotes" around the url. PoWah Wong wrote: The file I want to get is "http://proquest.booksonline.com/JVXSL.asp?x=1&mode=section&sortKey=rank&sortOrder=desc&view=book&xmlid=0-321-16076-2/ch02&g=&srchText=object+oriented&code=&h=&m=&l=1&catid=&s=1&b=1&f=1&t=1&c=1&u=1&r=&o

RE: wget 1.10.1 beta 1

2005-07-07 Thread Herold Heiko
Windows MSVC test binary at http://xoomer.virgilio.it/hherold/ Heiko -- -- PREVINET S.p.A. www.previnet.it -- Heiko Herold [EMAIL PROTECTED] [EMAIL PROTECTED] -- +39-041-5907073 ph -- +39-041-5907472 fax > -Original Message- > From: Mauro Tortonesi [mailto:[EMAIL PROTECTED] > Sent: Wed