RE: Wget patches for .files

2005-08-19 Thread Tony Lewis
Mauro Tortonesi wrote: this is a very interesting point, but the patch you mentioned above uses the LIST -a FTP command, which AFAIK is not supported by all FTP servers. As I recall, that's why the patch was not accepted. However, it would be useful if there were some command line option to

Re: Wget should like the file

2005-08-17 Thread Hrvoje Niksic
Behdad Esfahbod [EMAIL PROTECTED] writes: It happened to me to unintentionally run two commands: wget -b -c http://some/file.tar.gz and hours later I figured out that the 1GB that I've downloaded is useless since two wget processes have been downloading the same data twice and appending

Re: wget 1.9.1 worked for 4.2G wrapped file

2005-08-14 Thread Hrvoje Niksic
Linda Walsh [EMAIL PROTECTED] writes: I noticed after my post in the archives that this bug is fixed in 1.10. Now if I can just get the server-ops to fix their CVS server, that'd be great -- I've checked out CVS projects from other sites and not had inbound TCP attempts to some 'auth'

Re: wget multiple downloads

2005-08-08 Thread Mauro Tortonesi
On Wednesday 03 August 2005 08:14 am, dan1 wrote: Hello. I am using wget since a long time now. I like it very much. However I have 2 requests of enhancements that I think to be important and very useful: 1. There should be a 'download acceleration' mode that triggers several downloads at

Re: wget 1.10, issues with IPv6 on AIX 5.1

2005-08-04 Thread Hrvoje Niksic
Thanks for the report. The problem seems to come from Wget's use of AI_ADDRCONFIG hint to getaddrinfo. Wget 1.10.1 will not use that hint.

RE: wget a file with long path on Windows XP

2005-07-21 Thread Tony Lewis
PoWah Wong wrote: The login page is: http://safari.informit.com/?FPI=uicode= How to figure out the login command? These two commands do not work: wget --save-cookies cookies.txt http://safari.informit.com/?FPI= [snip] wget --save-cookies cookies.txt

RE: wget a file with long path on Windows XP

2005-07-21 Thread PoWah Wong
I can save cookies but still has wgetting a blank web page. The web page url is copied from the url displayed in the web browser. These are the logs. C:\Program Files\wget\wget --save-cookies cookies.txt http://safari.informit.com/JVXSL.asp;

Re: wget a file with long path on Windows XP

2005-07-13 Thread Frank McCown
This sounds like a difficult page to download because they may be using cookies or session variables. I'm not sure the best way to proceed, but I would look at the wget documentation about cookies. I think you may have to save the cookies that are generated by the login page and use

Re: wget a file with long path on Windows XP

2005-07-12 Thread Frank McCown
Putting quotes around the url got rid of your Invalid parameter errors. I just tried accessing the url you are trying to wget and received an http 500 response. I also tried accessing http://proquest.booksonline.com/ and never got a response. According to your output, wget got back a 0

Re: wget a file with long path on Windows XP

2005-07-11 Thread PoWah Wong
I put quotes around the url, but it still does not work. C:\bookC:\Program Files\wget\wget.exe http://proquest.booksonline.com/?x=1mode=sectionso rtKey=titlesortOrder=ascview=xmlid=0-321-16076-2/ch03lev1sec1g=catid=s=1b=1f=1t=1c=1u=1r =o=1n=1d=1p=1a=0page=0 --22:45:26--

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:

Re: wget and ASCII mode

2005-06-27 Thread Steven M. Schweda
from Hrvoje Niksic: [...] Unfortunately EOL conversions break automatic downloads resumption (REST in FTP), Could be true. manual resumption (wget -c), Could be true. (I never use wget -c.) break timestamping, How so? and probably would break checksums if we added them.

Re: wget and ASCII mode

2005-06-27 Thread Hrvoje Niksic
[EMAIL PROTECTED] (Steven M. Schweda) writes: from Hrvoje Niksic: [...] Unfortunately EOL conversions break automatic downloads resumption (REST in FTP), Could be true. manual resumption (wget -c), Could be true. (I never use wget -c.) It's the consequence of EOL conversion

Re: wget and ASCII mode

2005-06-26 Thread Hrvoje Niksic
[EMAIL PROTECTED] (Steven M. Schweda) writes: It does seem a bit odd that no one has noticed this fundamental problem until now, but then I missed it, too. Long ago I intentionally made Wget use binary mode by default and not muck with line endings because I believed exact data transfer was

Re: Wget and Secure Pages

2005-06-25 Thread Hrvoje Niksic
John Haymaker [EMAIL PROTECTED] writes: I am trying to download all pages in my site except secure pages that require login. Problem: when wget encounters a secure page requiging the user to log in, it hangs there for up to an hour. Then miraculously, it moves on. By secure pages do you

Re: wget and ASCII mode

2005-06-25 Thread Steven M. Schweda
[...] (The new code does make one potentially risky assumption, but it's explained in the comments.) The latest code in my patches and in my new 1.9.1d kit (for VMS, primarily, but not exclusively) removes the potentially risky assumption (CR and LF in the same buffer), so it should be

Re: WGET return status codes

2005-06-19 Thread Zinovy Malkin
Thanks. From: Mauro Tortonesi [EMAIL PROTECTED] Organization: University of Ferrara To: [EMAIL PROTECTED] Subject:Re: WGET return status codes Date sent: Sat, 18 Jun 2005 15:33:26 -0500 Copies to: [EMAIL

Re: WGET return status codes

2005-06-18 Thread Mauro Tortonesi
On Tuesday 14 June 2005 07:06 am, Zinovy Malkin wrote: Dear all, I'm not sure the address I'm sending this message is appropriate, sorry. Could anybody advise me please where can I find the list of the wget return status codes. at the moment wget status codes are not completely standardized,

Re: wget 1.10 problems under AIX

2005-06-16 Thread Jens Schleusener
Hi Hrvoje, Thanks for the detailed report! Thanks for your detailed answer ;-) Jens Schleusener [EMAIL PROTECTED] writes: 1) Only using the configure-option --disable-nls and the C compiler gcc 4.0.0 the wget-binary builds successfully I'd be interested in seeing the error log without

Re: wget 1.10 and ssl

2005-06-16 Thread Hrvoje Niksic
Gabor Z. Papp [EMAIL PROTECTED] writes: * Hrvoje Niksic [EMAIL PROTECTED]: | new configure script coming with wget 1.10 does not honour | --with-ssl=/path/to/ssl because at linking conftest only | -I/path/to/ssl/include used, and no -L/path/to/ssl/lib | | That is not supposed to

Re: wget 1.10 problems under AIX

2005-06-16 Thread Hrvoje Niksic
Jens Schleusener [EMAIL PROTECTED] writes: --12:36:51-- http://www.example.com/ = `index.html' Resolving www.example.com... failed: Invalid flags in hints. This is really bad. Apparently your version of getaddrinfo is broken or Wget is using it incorrectly. Can you intuit

Re: wget 1.10 and ssl

2005-06-16 Thread Hrvoje Niksic
Gabor Z. Papp [EMAIL PROTECTED] writes: * Hrvoje Niksic [EMAIL PROTECTED]: | According to config.log, it seems your SSL includes are not in | /pkg/include after all: Sure, they are in /pkg/include/openssl. You're right. The Autoconf-generated test is wrong, and I'm trying to figure out

Re: wget 1.10 problems under AIX

2005-06-16 Thread Jens Schleusener
Hi Hrvoje, Jens Schleusener [EMAIL PROTECTED] writes: --12:36:51-- http://www.example.com/ = `index.html' Resolving www.example.com... failed: Invalid flags in hints. This is really bad. Apparently your version of getaddrinfo is broken or Wget is using it incorrectly. Can

Re: wget 1.10 problems under AIX

2005-06-16 Thread Hrvoje Niksic
Jens Schleusener [EMAIL PROTECTED] writes: The reason for the above error is as already written - at least in my case using the self compiled libtool version 1.5 I don't think the libtool version used on the system makes any difference (except for a developer at the point of libtoolizing his

Re: wget 1.10 problems under AIX

2005-06-16 Thread Jens Schleusener
Hi, The above line configure:25756: /bin/sh ./libtool gcc -c -O2 -Wall -Wno-implicit -I/usr/local/contrib/include conftest.c 5 gcc -c -O2 -Wall -Wno-implicit -I/usr/local/contrib/include conftest.c -DPIC -o .libs/conftest.o looks for me (as a configure-layman) a little bit strange

Re: wget 1.10 problems under AIX

2005-06-15 Thread Hrvoje Niksic
Thanks for the detailed report! Jens Schleusener [EMAIL PROTECTED] writes: 1) Only using the configure-option --disable-nls and the C compiler gcc 4.0.0 the wget-binary builds successfully I'd be interested in seeing the error log without --disable-nls and/or with the system compiler.

Re: wget 1.10 problems under AIX

2005-06-15 Thread Hrvoje Niksic
This patch should take care of the problems with compiling Wget 1.10 with the native IBM cc. 2005-06-15 Hrvoje Niksic [EMAIL PROTECTED] * host.h (ip_address): Remove the trailing comma from the type enum in the no-IPv6 case. * main.c (struct cmdline_option): Remove the

Re: wget segfault on malformed working directory

2005-06-15 Thread Hrvoje Niksic
Nagy Ferenc Lszl [EMAIL PROTECTED] writes: If the ftp server returns invalid data (for example '221 Bye.') in response to PWD, wget segfaults because in ftp_pwd (ftp-basic.c) request will be NULL after the line 'request = strtok (NULL, \);', and this NULL will be passed to xstrdup. Thanks

RE: wget 1.10 released

2005-06-10 Thread Herold Heiko
Windows MSVC 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: Friday, June

RE: wget and ASCII mode

2005-06-06 Thread Kiran Atlluri
Thank you. I appreciate this. Will keep you posted on how it turns out. Regards, Kiran -Original Message- From: Steven M. Schweda [mailto:[EMAIL PROTECTED] Sent: Saturday, June 04, 2005 8:39 AM To: WGET@sunsite.dk Cc: Kiran Atlluri Subject: Re: wget and ASCII mode From: Kiran Atlluri

Re: wget 1.10 release candidate 1

2005-06-04 Thread Jochen Roderburg
Zitat von Oliver Schulze L. [EMAIL PROTECTED]: Hi Mauro, do you know if the regex patch from Tobias was applied to this release? Thanks Oliver The last words on this topic that I remember were here: http://www.mail-archive.com/wget@sunsite.dk/msg07436.html Regards, J.Roderburg

Re: wget 1.10 release candidate 1

2005-06-04 Thread Oliver Schulze L.
Thanks Jochen, I'm downloading both now Oliver Jochen Roderburg wrote: Zitat von "Oliver Schulze L." [EMAIL PROTECTED]: Hi Mauro, do you know if the regex patch from Tobias was applied to this release? Thanks Oliver The last words on this topic that I remember were

Re: wget and ASCII mode

2005-06-04 Thread Steven M. Schweda
From: Kiran Atlluri [...] I am trying to retrieve a ?.csv? file on a unix system using wget (ftp mode).I When I retrieve a file using normal FTP and specify ASCII mode, I successfully get the file and there are no ? ^ M ? at the end of line in this file. But when I use wget all the

Re: wget 1.10 release candidate 1

2005-06-04 Thread Oliver Schulze L.
Hi, Neither, rc1 or alpha2 have prce patch included. I think that prce is a very usefull patch, and it should be added to CVS and not enabled by default in the ./configure script. So, if you want to use prce, just ./configure --with-prce and everybody is happy. Just my 2c Oliver Jochen

Re: wget 1.10 release candidate 1

2005-06-04 Thread Jochen Roderburg
Zitat von Oliver Schulze L. [EMAIL PROTECTED]: Neither, rc1 or alpha2 have prce patch included. I think that prce is a very usefull patch, and it should be added to CVS and not enabled by default in the ./configure script. So, if you want to use prce, just ./configure --with-prce and

Re: wget 1.10 release candidate 1

2005-06-04 Thread Oliver Schulze L.
Hi Jochen, yes, I readed it. Thats why I suggested using an option to ./configure in order to enabled it. And, it should be disabled by default. Its a nice options for all, because, if you don't have pcre, you won't receive any warning and it won't hurt nobody. HTH Oliver Jochen Roderburg

Re: wget 1.10 release candidate 1

2005-06-03 Thread Oliver Schulze L.
Hi Mauro, do you know if the regex patch from Tobias was applied to this release? Thanks Oliver Mauro Tortonesi wrote: dear friends, i have just released the first release candidate of wget 1.10: ftp://ftp.deepspace6.net/pub/ds6/sources/wget/wget-1.10-rc1.tar.gz

Re: wget 1.10 release candidate 1

2005-05-31 Thread Steven M. Schweda
i have just released the first release candidate of wget 1.10: ftp://ftp.deepspace6.net/pub/ds6/sources/wget/wget-1.10-rc1.tar.gz ftp://ftp.deepspace6.net/pub/ds6/sources/wget/wget-1.10-rc1.tar.bz2 you are encouraged to download the tarballs, test if the code works properly and report any

Re: wget Question/Suggestion

2005-05-20 Thread Hrvoje Niksic
Mark Anderson [EMAIL PROTECTED] writes: Is there an option, or could you add one if there isn't, to specify that I want wget to write the downloaded html file, or whatever, to stdout so I can pipe it into some filters in a script? Yes, use `-O -'.

Re: wget-1.9.1 Tries to Connect to localhost

2005-05-18 Thread Hrvoje Niksic
Jim Peterson [EMAIL PROTECTED] writes: Using Fedora Core 3, when I wget http://www.studylight.org/;, it prints out: --02:52:30-- http://www.studylight.org/ = `index.html' Resolving www.studylight.org... 63.164.18.58 Connecting to www.studylight.org[63.164.18.58]:80...

Re: wget-1.9.1 Tries to Connect to localhost

2005-05-17 Thread Mauro Tortonesi
On Tuesday 17 May 2005 01:56 am, Jim Peterson wrote: Using Fedora Core 3, when I wget http://www.studylight.org/;, it prints out: --02:52:30-- http://www.studylight.org/ = `index.html' Resolving www.studylight.org... 63.164.18.58 Connecting to

RE: wget 1.10 beta 1

2005-05-12 Thread Herold Heiko
Windows MSVC6 binary for testing purposes here: 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

Re: wget doesn't get all page requisites...

2005-05-11 Thread Hrvoje Niksic
Joerg Ottermann [EMAIL PROTECTED] writes: i try to archive some pages using wget, but it seems, that i have some problems when TE:chunked is used. The server must not use Transfer-Encoding: chunked in response to an HTTP/1.0 request. Are you sure that is the problem?

Re: wget with ? and in urls

2005-05-05 Thread Hrvoje Niksic
Vitaly Lomov [EMAIL PROTECTED] writes: Hello I am trying to get a site http://www.cro.ie/index.asp with the following flags -r -l2 or -kr -l2 or -Er -l2 or -Ekr -l2 In all cases, the linked files are saved with '@' instead of '?' in the name, but in the index.asp the link still refers

Re: wget with ? and in urls

2005-05-05 Thread Hrvoje Niksic
Vitaly Lomov [EMAIL PROTECTED] writes: Maybe you're not letting Wget finish the mirroring. The links are converted only after everything has been downloaded. I've now tried `wget -Ekrl2 http://www.cro.ie/index.asp --restrict-file-names=windows' (the last argument being to emulate

Re: Wget converts links correctly *only* for the first time

2005-05-03 Thread Hrvoje Niksic
Andrzej [EMAIL PROTECTED] writes: Will the patches be included in the stable 1.10? Probably. 1.10 is in feature freeze, but this really is a bug fix. I'd like to check with others if that change is deemed safe for mirroring of other sites. Clicking on that link redirects to that page:

Re: Wget converts links correctly *only* for the first time

2005-05-03 Thread Andrzej
Clicking on that link redirects to that page: https://lists.man.lodz.pl/mailman/listinfo and from all the links which are on that page the files are unnecessarily downloaded (I do not want that page and the subpages). So how can I block it? Could you use -X /mailman/listinfo ? I

Re: Wget converts links correctly *only* for the first time

2005-05-03 Thread Hrvoje Niksic
Andrzej [EMAIL PROTECTED] writes: Clicking on that link redirects to that page: https://lists.man.lodz.pl/mailman/listinfo and from all the links which are on that page the files are unnecessarily downloaded (I do not want that page and the subpages). So how can I block it? Could

Re: Wget converts links correctly *only* for the first time

2005-05-03 Thread Andrzej
I believe 1.9.1 had a bug in this area when -m (which implies -l0) was used. Could you try specifying -l50 along with the other options, and after -m? It still downloaded everything. a.

Re: Wget converts links correctly *only* for the first time.

2005-05-02 Thread Andrzej
Yup. So I assume that the problem you see is not that of wget mirroring, but a combination of saving to a custom dir (with --cut-dirs and the like) and conversion of the links. Obviously, the link to http://znik.wbc.lublin.pl/Mineraly/Ftp/UpLoad/index.html which would be correct for a

Re: Wget converts links correctly *only* for the first time

2005-05-02 Thread Hrvoje Niksic
Andrzej [EMAIL PROTECTED] writes: It's not the end of troubles though! It works correctly *only* for the first time! When I (or cron) run the same mirroring commands again over already mirrored files to renew the mirror, then the correctly converted link of the gif file (on the main

Re: Wget converts links correctly *only* for the first time

2005-05-02 Thread Andrzej
With that patch the mirror seems correct in the 2nd run. Please let me know if it works for you. *After* I deleted the files with the wrong URLs, the patched wget 1.9.1 retrieved the files correctly, and after second run did not change the URLs for the wrong ones. So it worked on the

RE: wget 1.10 alpha 3

2005-04-28 Thread Herold Heiko
Windows (MSVC) test binary available at http://xoomer.virgilio.it/hherold/ Notes: windows/wget.dep needs an attached patch (change gen_sslfunc to openssl.c, change gen_sslfunc.h to ssl.h). src/Makefile.in doesn't contain dependencies for http-ntlm$o (windows/wget.dep either). INSTALL should

Re: wget 1.10 alpha 3

2005-04-28 Thread Hrvoje Niksic
Herold Heiko [EMAIL PROTECTED] writes: windows/wget.dep needs an attached patch (change gen_sslfunc to openssl.c, change gen_sslfunc.h to ssl.h). Applied, thanks. src/Makefile.in doesn't contain dependencies for http-ntlm$o (windows/wget.dep either). I don't have the dependency-generating

RE: wget 1.10 alpha 3

2005-04-28 Thread Yaroslav Shchelkunov
Cannot compile if ./configure --without-ssl : ===cut on=== gcc -I. -I. -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\/usr/local/etc/wgetrc\ -DLOCALE DIR=\/usr/local/share/locale\ -O2 -Wall -Wno-implicit -c init.c init.c:214: structure has no member named `random_file' init.c:214: initializer element is not

Re: wget 1.10 alpha 3

2005-04-28 Thread Hrvoje Niksic
Thanks for the report; this problem is fixed in CVS. The workaround is to wrap the appropriate init.c line in #ifdef HAVE_SSL.

Re: Wget not resending cookies on Location: in headers

2005-04-26 Thread Hrvoje Niksic
[EMAIL PROTECTED] writes: Is there a publically accessible site that exhibits this problem? I've set up a small example which illustrates the problem. Files can be found at http://dev.mesca.net/wget/ (using demo:test as login). Thanks for setting up this test case. It has uncovered at least

Re: Wget not resending cookies on Location: in headers

2005-04-26 Thread wget
The obvious problem is that this command lacks --keep-session-cookies, and the cookie it gets is session-based. I tried to reproduce the bug in the more generic way. But there are other problems as well: if you examine the cookie.txt produced by (the amended version of) the first command, you'll

Re: Wget Bug

2005-04-26 Thread Hrvoje Niksic
Arndt Humpert [EMAIL PROTECTED] writes: wget, win32 rel. crashes with huge files. Thanks for the report. This problem has been fixed in the latest version, available at http://xoomer.virgilio.it/hherold/ .

Wget sucks! [was: Re: wget in a loop?]

2005-04-25 Thread Andrzej
Thus it seems that it should not matter what is the sequence of the options. If it does I suggest that the developers of wget place appriopriate info in the manual. Yes, you right. Anyway I found out often that it's sometimes quite tricky setting up your command line to get exactly

Re: Wget sucks! [was: Re: wget in a loop?]

2005-04-25 Thread Hrvoje Niksic
Andrzej [EMAIL PROTECTED] writes: Thus it seems that it should not matter what is the sequence of the options. If it does I suggest that the developers of wget place appriopriate info in the manual. Yes, you right. Anyway I found out often that it's sometimes quite tricky setting up

Re: Wget sucks! [was: Re: wget in a loop?]

2005-04-25 Thread Hrvoje Niksic
Andrzej [EMAIL PROTECTED] writes: Multitude options in Wget is just an ilusion. In real life Wget cannot cope with sites mirroring. I agree with your criticism, if not with your tone. We are working on improving Wget, and I believe that the problems you have seen will be fixed in the

Re: Wget sucks! [was: Re: wget in a loop?]

2005-04-25 Thread Andrzej
I agree with your criticism, if not with your tone. We are working on improving Wget, and I believe that the problems you have seen will be fixed in the versions to come. (I plan to look into some of them for the 1.11 release.) OK. Thanks. Good to hear that. Looking forward impatiently for

Re: Wget not resending cookies on Location: in headers

2005-04-25 Thread wget
Is there a publically accessible site that exhibits this problem? I've set up a small example which illustrates the problem. Files can be found at http://dev.mesca.net/wget/ (using demo:test as login). Three files: setcookie.php: -- ? setcookie(wget,I love it!); ? getcookie.php:

Re: wget in a loop?

2005-04-24 Thread Andrzej
Thanks Patrick for a reply, AFAIKS your command line is somehow complete mixed up. Usually I call wget and first give it the path where to it should save all files followed by more options and at last the url from where to get them (usually in quotation marks to be sure). According to man

Re: wget 1.10 alpha 2

2005-04-21 Thread Doug Kaufman
On Wed, 20 Apr 2005, Hrvoje Niksic wrote: Herold Heiko [EMAIL PROTECTED] writes: I am greatly surprised. Do you really believe that Windows users outside an academic environment are proficient in using the compiler? I have never seen a home Windows installation that even contained a

Re: wget 1.10 alpha 2

2005-04-21 Thread Hrvoje Niksic
Doug Kaufman [EMAIL PROTECTED] writes: On Wed, 20 Apr 2005, Hrvoje Niksic wrote: Herold Heiko [EMAIL PROTECTED] writes: I am greatly surprised. Do you really believe that Windows users outside an academic environment are proficient in using the compiler? I have never seen a home Windows

Re: wget 1.10 alpha 2

2005-04-20 Thread Hrvoje Niksic
Mauro Tortonesi [EMAIL PROTECTED] writes: i totally agree with hrvoje here. in the worst case, we can add an entry in the FAQ explaining how to compile wget with those buggy versions of microsoft cc. Umm. What FAQ? :-)

RE: wget 1.10 alpha 2

2005-04-20 Thread Herold Heiko
(sorry for the late answer, three days of 16+ hours/day migration aren't fun, UPS battery exploding inside the UPS almost in my face even less) -Original Message- From: Hrvoje Niksic [mailto:[EMAIL PROTECTED] Herold Heiko [EMAIL PROTECTED] writes: do have a compiler but aren't

Re: wget 1.10 alpha 2

2005-04-20 Thread Hrvoje Niksic
Herold Heiko [EMAIL PROTECTED] writes: From my impressions of the Windows world, non-developers won't touch source code anyway -- they will simply use the binary. I feel I must dissent. I am greatly surprised. Do you really believe that Windows users outside an academic environment are

Re: wget 1.10 alpha 2

2005-04-20 Thread Mauro Tortonesi
On Wednesday 20 April 2005 04:58 am, Hrvoje Niksic wrote: Mauro Tortonesi [EMAIL PROTECTED] writes: i totally agree with hrvoje here. in the worst case, we can add an entry in the FAQ explaining how to compile wget with those buggy versions of microsoft cc. Umm. What FAQ? :-) the

Re: wget 1.10 alpha 2

2005-04-20 Thread Mauro Tortonesi
On Wednesday 20 April 2005 05:55 am, Herold Heiko wrote: (sorry for the late answer, three days of 16+ hours/day migration aren't fun, UPS battery exploding inside the UPS almost in my face even less) -Original Message- From: Hrvoje Niksic [mailto:[EMAIL PROTECTED] Herold Heiko

Re: wget 1.9.1 -- 2 GB limit -- negative filesize

2005-04-20 Thread Mauro Tortonesi
hi alexander, this is a known problem which is already fixed in cvs. perhaps you may want to try using wget 1.10-alpha2: ftp://ftp.deepspace6.net/pub/ds6/sources/wget/wget-1.10-alpha2.tar.gz ftp://ftp.deepspace6.net/pub/ds6/sources/wget/wget-1.10-alpha2.tar.bz2 -- Aequam memento rebus in

Re: wget 1.10 alpha 2

2005-04-20 Thread Hrvoje Niksic
Mauro Tortonesi [EMAIL PROTECTED] writes: On Wednesday 20 April 2005 04:58 am, Hrvoje Niksic wrote: Mauro Tortonesi [EMAIL PROTECTED] writes: i totally agree with hrvoje here. in the worst case, we can add an entry in the FAQ explaining how to compile wget with those buggy versions of

Re: wget 1.10 alpha 2

2005-04-20 Thread Mauro Tortonesi
On Wednesday 20 April 2005 02:42 pm, Hrvoje Niksic wrote: Mauro Tortonesi [EMAIL PROTECTED] writes: On Wednesday 20 April 2005 04:58 am, Hrvoje Niksic wrote: Mauro Tortonesi [EMAIL PROTECTED] writes: i totally agree with hrvoje here. in the worst case, we can add an entry in the FAQ

Re: wget 1.10 alpha 2

2005-04-19 Thread Mauro Tortonesi
On Friday 15 April 2005 07:24 am, Hrvoje Niksic wrote: Herold Heiko [EMAIL PROTECTED] writes: However there are still lots of people using Windows NT 4 or even win95/win98, with old compilers, where the compilation won't work without the patch. Even if we place a comment in the source file

Re: wget spans hosts when it shouldn't and fails to retrieve dirs starting with a dot...

2005-04-18 Thread Jörn Nettingsmeier
hi wgetters ! a while ago, i wrote: [1] wget spans hosts when it shouldn't: it looks like this behaviour is by design, but it should be documented. [2] wget seems to choke on directories that start with a dot. i guess it thinks they are references to external pages and does not download links

Re: wget spans hosts when it shouldn't and fails to retrieve dirs starting with a dot...

2005-04-18 Thread Hrvoje Niksic
Jörn Nettingsmeier [EMAIL PROTECTED] writes: [3] wget does not parse css stylesheets and consequently does not retrieve url() references, which leads to missing background graphics on some sites. this feature request has not been commented on yet. do think it might be useful ? I think

Re: wget spans hosts when it shouldn't and fails to retrieve dirs starting with a dot...

2005-04-18 Thread Jörn Nettingsmeier
Hrvoje Niksic wrote: Jörn Nettingsmeier [EMAIL PROTECTED] writes: [3] wget does not parse css stylesheets and consequently does not retrieve url() references, which leads to missing background graphics on some sites. this feature request has not been commented on yet. do think it might be useful

Re: wget spans hosts when it shouldn't and fails to retrieve dirs starting with a dot...

2005-04-18 Thread Hrvoje Niksic
Jörn Nettingsmeier [EMAIL PROTECTED] writes: wget does not parse css stylesheets and consequently does not retrieve url() references, which leads to missing background graphics on some sites. this feature request has not been commented on yet. do think it might be useful ? I think it's very

Re: wget spans hosts when it shouldn't and fails to retrieve dirs starting with a dot...

2005-04-18 Thread Jörn Nettingsmeier
Hrvoje Niksic wrote: Jörn Nettingsmeier [EMAIL PROTECTED] writes: wget does not parse css stylesheets and consequently does not retrieve url() references, which leads to missing background graphics on some sites. this feature request has not been commented on yet. do think it might be useful ? I

Re: wget spans hosts when it shouldn't and fails to retrieve dirs starting with a dot...

2005-04-18 Thread Hrvoje Niksic
Jörn Nettingsmeier [EMAIL PROTECTED] writes: the same parser code might also work for urls in javascript. as it is now, mouse-over effects with overlay images don't work, because the second file is not retrieved. if we can come up with a good heuristics to guess urls, it should work in both

RE: wget 1.10 alpha 2

2005-04-15 Thread Herold Heiko
From: Mauro Tortonesi [mailto:[EMAIL PROTECTED] the patch you've posted is really such an ugly workaround (shame on microsoft Exactly the same opinion here. Please don't misunderstand me, personally for most of my work on windows I use cygnus (including wget) anyway. However there are still

Re: wget 1.10 alpha 2

2005-04-15 Thread Hrvoje Niksic
Herold Heiko [EMAIL PROTECTED] writes: However there are still lots of people using Windows NT 4 or even win95/win98, with old compilers, where the compilation won't work without the patch. Even if we place a comment in the source file or the windows/Readme many of those will be discouraged,

Re: wget 1.10 alpha 1

2005-04-15 Thread Karsten Hopp
Hi, Does anybody know if the security vulnerabilities CAN-2004-1487 and CAN-2004-1488 will be fixed in the new version ? There seems to be at least some truth in the reports (ignore the insulting tone of the reports). http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1487

Re: wget 1.10 alpha 1

2005-04-15 Thread Hrvoje Niksic
Karsten Hopp [EMAIL PROTECTED] writes: Does anybody know if the security vulnerabilities CAN-2004-1487 and CAN-2004-1488 will be fixed in the new version ? Yes on both counts. There seems to be at least some truth in the reports (ignore the insulting tone of the reports).

Re: wget 1.10 alpha 2

2005-04-14 Thread Hrvoje Niksic
Hrvoje Niksic [EMAIL PROTECTED] writes: [EMAIL PROTECTED] writes: If possible, it seems preferable to me to use the platform's C library regex support rather than make wget dependent on another library... Note that some platforms don't have library support for regexps, so we'd have to

Re: wget 1.10 alpha 2

2005-04-14 Thread Mauro Tortonesi
On Wednesday 13 April 2005 07:39 am, Herold Heiko wrote: With MS Visual Studio 6 still needs attached patch in order to compile (disable optimization for part of http.c and retr.c if cl.exe version =12). Windows msvc test binary at http://xoomer.virgilio.it/hherold/ hi herold, the patch

Re: wget 1.10 alpha 1

2005-04-13 Thread Hrvoje Niksic
[EMAIL PROTECTED] (Steven M. Schweda) writes: #define VERSION_STRING 1.10-alpha1_sms1 Was there any reason to do this with a source module instead of a simple macro in a simple header file? At some point that approach made it easy to read or change the version, as the script dist-wget

RE: wget 1.10 alpha 2

2005-04-13 Thread Herold Heiko
With MS Visual Studio 6 still needs attached patch in order to compile (disable optimization for part of http.c and retr.c if cl.exe version =12). Windows msvc test binary at http://xoomer.virgilio.it/hherold/ Heiko -- -- PREVINET S.p.A. www.previnet.it -- Heiko Herold [EMAIL PROTECTED] [EMAIL

Re: wget 1.10 alpha 2

2005-04-13 Thread Hrvoje Niksic
[EMAIL PROTECTED] writes: If possible, it seems preferable to me to use the platform's C library regex support rather than make wget dependent on another library... Note that some platforms don't have library support for regexps, so we'd have to bundle anyway.

Re: wget 1.10 alpha 1

2005-04-12 Thread Steven M. Schweda
From: Mauro Tortonesi [EMAIL PROTECTED] [...] i think that if you want your patches to be merged in our CVS, you should follow the official patch submission procedure (that is, posting your patches to the wget-patches AT sunsite DOT dk mailing list. each post should include a brief

Re: wget 1.10 alpha 1

2005-04-12 Thread Doug Kaufman
On Tue, 12 Apr 2005, Steven M. Schweda wrote: Also, am I missing something obvious, or should the configure script (as in, To configure Wget, run the configure script provided with the distribution.) be somewhere in the CVS source? I see many of its relatives, but not the script itself.

Re: wget 1.10 alpha 1

2005-04-12 Thread Hrvoje Niksic
[EMAIL PROTECTED] (Steven M. Schweda) writes: Also, am I missing something obvious, or should the configure script (as in, To configure Wget, run the configure script provided with the distribution.) be somewhere in the CVS source? The configure script is auto-generated and is therefore not

Re: Wget error

2005-04-12 Thread Mauro Tortonesi
On Tuesday 12 April 2005 06:17 pm, Jeanne McIlvain wrote: Hi! I attempted to download wget onto my mac. I was disappointed to find that it would not work. I thought that I read it was applicable to macs, but am I wrong? Please let me know, Thank you so much. - please respond to [EMAIL

Re: wget 1.10 alpha 1

2005-04-12 Thread Steven M. Schweda
From: Hrvoje Niksic [EMAIL PROTECTED] Also, am I missing something obvious, or should the configure script (as in, To configure Wget, run the configure script provided with the distribution.) be somewhere in the CVS source? The configure script is auto-generated and is therefore not in

Re: wget 1.9.1 with large DVD.iso files

2005-04-11 Thread Hrvoje Niksic
Sanjay Madhavan [EMAIL PROTECTED] writes: wget 1.9.1 fails when trying to download a very large file. The download stopped in between and attempting to resume shows a negative sized balance to be downloaded. e.g.ftp://ftp.solnet.ch/mirror/SuSE/i386/9.2/iso/SUSE-Linux-9.2-FTP-DVD.iso

Re: wget 1.9.1 with large DVD.iso files

2005-04-11 Thread Bryan
I may run into this in the future. What is the threshold for large files failing on the -current version of wget??? I'm not expecting to d/l anything over 200MB, but is that even too large for it? Sorry to threadjack, but it seemed an appropiate question... Bryan On Apr 11, 2005 2:46 AM,

Re: wget 1.9.1 with large DVD.iso files

2005-04-11 Thread Hrvoje Niksic
Bryan [EMAIL PROTECTED] writes: I may run into this in the future. What is the threshold for large files failing on the -current version of wget??? The threshold is 2G (2147483648 bytes). I'm not expecting to d/l anything over 200MB, but is that even too large for it? That's not too

Re: wget follow-excluded patch

2005-04-10 Thread Hrvoje Niksic
Tobias Tiederle [EMAIL PROTECTED] writes: let's say you have the following structure: index.html |-cool.html | |-page1.html | |-page2.html | |- ... | |-crap.html |-page1.html |-page2.html now you want to download the whole structure, but you want to exclude the crap (with

<    1   2   3   4   5   6   7   8   9   10   >