Re: wget_new_percentage

2001-02-15 Thread Edward J. Sabol
Hrovje asked: > "Dan Harkless" <[EMAIL PROTECTED]> writes: >> I think a bigger problem is how the current display can go over 80 >> columns, > > In which case does it go over 80? I'm not sure, but there appears to be a problem whenever you resume a partially transferred file. Note the large negat

Re: Bundling libtool

2001-03-27 Thread Edward J. Sabol
Drazen Kacar wrote: > I'm concerned about something else. You're promoting libtool usage. I > can prove that it doesn't work correctly on some platforms which it > allegedly supports (according to libtool documentation). If many > people say many times that libtool solves linking problems, that >

Re: Wget timestamp problem in RH6.2

2001-05-01 Thread Edward J. Sabol
The difference in timestamps is due to a bug related to the handling of daylight savings time. It's already been fixed in the current development version of wget in the CVS archive. If you are interested, consult for more info.

Re: whether forget to free memory?

2001-05-18 Thread Edward J. Sabol
> fanlb <[EMAIL PROTECTED]> writes: >> Would u1 been leaved in memory,if allocation for u1 were succeeded >> but u2 failed? > If any memory allocation fails, Wget exits with an appropriate error > message. I think there's a valid point here. The memory allocation part of the question was misleadi

How do I get SSL support to work in 1.7?

2001-06-06 Thread Edward J. Sabol
H. I've tried connecting to various sites using https without success. I've tried this on both IRIX 6.5.2 and Digital Unix 4.0d. When I installed OpenSSL 0.9.6a using the default configure options, it didn't make any shared libraries, but I have libssl.a and libcrypto.a installed, and wget's

Re: wget option for specifying http method "get" or "post" to use - is there one?...

2001-06-12 Thread Edward J. Sabol
Dominic Caffey asked: > Is there a wget option to specify which http method "get" or "post" that > wget should use? Wget doesn't support POSTs yet (only GETs). It will soon, I hope. If you search the wget mailing list archive, you'll find a couple patches which implemented POSTs, but they have no

1.7.1-pre1 on IRIX 6.5.2: success

2001-06-15 Thread Edward J. Sabol
I didn't have any problems with 1.7 (except that SSL wouldn't work due to lack of /dev/random), but, for the record, 1.7.1-pre1 compiles fine and seems to work fine as well. By the way, you can add mips-sgi-irix6.5 to the MACHINES file.

Re: Testing wget with ssl?

2001-06-20 Thread Edward J. Sabol
Marc Stephenson asked: > I've built wget 1.7.1 with ssl, but don't really know how to test it. > Anybody know an easy way to test that combination? Personally, I just tried to connect to https://www.apache-ssl.org/. I picked that site because you don't need (as far as I know) a userid or password

Re: Missing escape character

2001-06-27 Thread Edward J. Sabol
Ian> Also, both versions of the character constant '"' and '\"' are valid, Ian> so if the compiler barfs on any of the above it must be faulty. I Ian> suggest a bug report to the maintainers of this compiler is in order. The problems not with the compiler. Indeed, the Mac OS X compiler is gcc. Th

Re: minor problem compiling wget-1.7 on Mac OS X / Darwin

2001-07-13 Thread Edward J. Sabol
Eugene Lee wrote: > For some reason, Apple's GCC does not like the '"' in its assert(). The problem is not with Apple's gcc, nor with the Darwin definition of the assert() macro, it's with cpp-precomp, Apple's C pre-processor that implements support for pre-compiled headers. > There are two diff

Re: Compiling with ssl

2001-08-01 Thread Edward J. Sabol
Sue Thielen wrote: > I need wget to run with the ssl support.. and I can't get it to compile in. > I've seen that some other people have had this problem, but I haven't found > a solution. Is there a solution?? Two suggestions: 1. Try version 1.7.1-pre1 instead. ftp://gnjilux.srk.fer.hr/pub/unix

Re: Range Request

2001-08-08 Thread Edward J. Sabol
Excerpts from mail: (07-Aug-01) Range Request by Stefan Saroiu > I need to retrieve certain ranges of documents. For this, I'm using the > following wget flags: > > wget --header='Range: bytes=100-' ip_address > > The problem is that wget mistakes this command with a partial download and > start r

Re: Help compiling Wget on MachTen

2001-08-20 Thread Edward J. Sabol
> Compiling wget on a Mac G3, OS 8.6, MachTen 4.1.1. > > After converting the un-tarred files from Mac to UNIX, and running > ./configure, typing make yields the following: Did you use Stuffit Expander or some other Mac program to do your un-tar-ing? If so, that's probably the root of your proble

Re: WGET & POST

2001-08-21 Thread Edward J. Sabol
> is there a way to use HTTP POST with wget ?? Unfortunately, no. Wget doesn't support POSTs yet (only GETs). It will someday, I hope. If you search the wget mailing list archive, you'll find a couple source code patches which have implemented the POST capability in wget, but they have not been a

Re: "wget -k" crashes when converting a specific url

2001-08-23 Thread Edward J. Sabol
Nathan J. Yoder wrote: >> Please fix this soon, >> >> ***COMMAND*** >> wget -k http://reality.sgi.com/fxgovers_houst/yama/panels/panelsIntro.html >[snip] >> 02:30:05 (23.54 KB/s) - `panelsIntro.html' saved [3061/3061] >> >> Converting panelsIntro.html... zsh: segmentation fault (core dumped) Ia

Re: "wget -k" crashes when converting a specific url

2001-08-24 Thread Edward J. Sabol
Ian Abbott posted: > Thanks for tracking that down. I've now found the problem, fixed it and > created a patch (attached) against the current CVS sources. Argh, you beat me to it. Good job. > At least that extra code was a convenient place for me to stick a > brreakpoint on in gdb, and also he

Re: spanhost and recursive.

2001-08-24 Thread Edward J. Sabol
Anders Rosendal asked: > Could you make an option to only fetch from other hosts what is directly > referenced from the orig page? Have you tried the "--page-requisites" (a.k.a. "-p") command line option? The info documentation says this: Actually, to download a single page and all its req

Re: Wget win32, http-post, and www-form-urlencoded ...

2001-08-27 Thread Edward J. Sabol
> Is http-post support currently available?? Not in any official version of wget. I hope it will someday support this. If you search the wget mailing list archives, you'll find a couple source code patches which have implemented the POST capability in wget, but they have not been accepted for wha

Re: wget1.7: Compilation Error (please Cc'ed to me :-)

2001-08-31 Thread Edward J. Sabol
Zefiro encountered the following compilation error: >> utils.c: In function `read_file': >> utils.c:980: `MAP_FAILED' undeclared (first use this function) Ian Abott suggested: > Try this patch: > Press C-c C-c here to receive file transmission  -=- MIME -=-  --Message-Boundary-14934 Content

Re: wget1.7: Compilation Error (please Cc'ed to me :-)

2001-08-31 Thread Edward J. Sabol
[ Oops. Ignore my previous e-mail. I accidentally hit the send key before I was finished composing... Sorry. ] Zefiro encountered the following compilation error: >> utils.c: In function `read_file': >> utils.c:980: `MAP_FAILED' undeclared (first use this function) Ian Abott suggested: > Try t

Re: wget/html-parse.c

2001-09-06 Thread Edward J. Sabol
Denis Ahrens wrote: > In line 435 in html-parse.c is a non-escaped doubleqoute ("). That's perfectly valid code. > I cannot compile this file under MacOSX without escaping this char. That's a bug in cpp-precomp, Apple's C pre-processor that implements support for pre-compiled headers. The way t

Re: convert ?& in links?

2001-09-07 Thread Edward J. Sabol
> I'd like to use wget to create a static version of my > dynamic site... > > wget -m works great, except that it creates files like > this: > > bestsavers.jsp?id=4&cat=7 > > Can I tell wget to convert those links.. replacing all > ? and & with _ ? You'll have to modify the source code to wget,

Re: wget & IPv6

2001-09-19 Thread Edward J. Sabol
Excerpts from mail: (18-Sep-01) wget & IPv6 by Joseph Townsend > I was looking at the code for wget and noticed that it does not > appear to support IPv6. Are there any plans to do this in a later > release? Please reply directly to me since I am not a member of this > mailing list. At *least* tw

Anyone besides Hrovje have write access to the CVS archive?

2001-09-24 Thread Edward J. Sabol
We've started to accumulate a fair number of patches which fix serious problems in wget 1.7. It would be really nice to apply to them to the CVS archive so that they don't get lost. Has anyone been in contact with Hrovje lately?

Re: make parse error

2001-10-02 Thread Edward J. Sabol
> While trying to "make" on the Mac OS X 10.1 platform, i am getting > html-parse errors (see below): Gee, where have I heard that before? :-) It's a bug in cpp-precomp, Apple's C pre-processor that implements support for pre-compiled headers. The way to avoid the error is to type the following

Re: Anyone besides Hrovje have write access to the CVS archive?

2001-09-27 Thread Edward J. Sabol
On Mon, 24 Sep 2001, Edward J. Sabol wrote: >> We've started to accumulate a fair number of patches which fix serious >> problems in wget 1.7. It would be really nice to apply to them to the CVS >> archive so that they don't get lost. Daniel Stenberg replied: >

Re: A tricky download

2001-10-12 Thread Edward J. Sabol
> many thanks for your wget. I use a win32 port of the 1.7 version > (gnuwin32.sf.net/wget). I have tried to download a German version of the > Bible with wget -m http://biblewerk.de/bible and I got only the first > chapters of all the books, but to access to other chapters a javascript > comm