URLs in style sheets

2002-01-14 Thread Andrew Daviel
I just downloaded wget 1.8.1 after trying 1.5.3. The feature I was looking for (get a page with its images) had been added - thanks. I was trying to get a site which uses external style sheets. The style sheet itself was retrieved correctly, but a background image was not. e.g. BODY {

Re: Preserving image produced via asp?

2002-01-14 Thread Hrvoje Niksic
Robin B. Lake [EMAIL PROTECTED] writes: Someone kindly suggested the -k switch. Here's what I've done: wget -nH -p -k -E -O OEX 'http://bigcharts.marketwatch.com/quickchart/quickchart.asp?symb=%24oexsid=0o_symb=%24oexx=33y=24' Please note that `-O' does not work with `-p'. Why is the

Re: How does -P work?

2002-01-14 Thread Hrvoje Niksic
Jens Rösner [EMAIL PROTECTED] writes: Can I use -P (Directory prefix) to save files in a user-determinded folder on another drive under Windows? You should be able to do that. Try `-P C:/temp/'. Wget doesn't know anything about windows backslashes, so maybe that's what made it fail. If it

Re: wget-1.8.1.tar.gz: util/wget.spec incorrect

2002-01-14 Thread Hrvoje Niksic
Bastiaan Stougie [EMAIL PROTECTED] writes: Executing rpm -ta --clean wget-1.8.1.tgz gives an error, after some searching I discovered this is because the version in util/wget.spec is incorrect: Version: 1.7 should be: Version: 1.8.1. Furthermore, executing rpm -Fvh wget-1.8.1-1.i686.rpm

Re: Weird 302 problem with wget 1.7

2002-01-14 Thread Hrvoje Niksic
John Levon [EMAIL PROTECTED] writes: moz wget-1.7 188 wget http://www.movementarian.org/oprofile-0.0.8.tar.gz --20:35:51-- http://www.movementarian.org/oprofile-0.0.8.tar.gz = `oprofile-0.0.8.tar.gz' Connecting to www.movementarian.org:80... connected! HTTP request sent,

Re: Mail bug reports and suggestions to :)

2002-01-14 Thread Hrvoje Niksic
Ivan Buttinoni [EMAIL PROTECTED] writes: - for recursive retrieval, multiple simultaneus gets This is very hard to do, not easy at all. - last but not the least: javascrip support (eheheh) And this is even harder. Javascript is a full programming language which, as used by the sites,

Re: Weird 302 problem with wget 1.7

2002-01-14 Thread John Levon
On Mon, Jan 14, 2002 at 02:30:54PM +0100, Hrvoje Niksic wrote: moz wget-1.7 188 wget http://www.movementarian.org/oprofile-0.0.8.tar.gz --20:35:51-- http://www.movementarian.org/oprofile-0.0.8.tar.gz = `oprofile-0.0.8.tar.gz' Connecting to www.movementarian.org:80...

Re: How does -P work?

2002-01-14 Thread Hrvoje Niksic
Jens Rösner [EMAIL PROTECTED] writes: Can I use -P (Directory prefix) to save files in a user-determinded folder on another drive under Windows? You should be able to do that. Try `-P C:/temp/'. Wget doesn't know anything about windows backslashes, so maybe that's what made it fail.

Re: Retrieving multiple files

2002-01-14 Thread Hrvoje Niksic
Fred Holmes [EMAIL PROTECTED] writes: Is there a syntax such that I can connect to the host once, transfer the four files, and then disconnect? Unfortunately, no, not yet.

Re: How does -P work?

2002-01-14 Thread Jens Rösner
Hi Herold! Thanks for the testing, I must admit, trying -nd did not occur to me :( I already have implemented a \ to / conversion in my wgetgui, but forgot to strip the trailing (as Hrvoje suggested) / *doh* Anyway, I would of course be happy to see a patch like you proposed, but I understand

Re: Retrieving multiple files

2002-01-14 Thread Fred Holmes
At 09:02 AM 1/14/2002, Hrvoje Niksic wrote: Fred Holmes [EMAIL PROTECTED] writes: Is there a syntax such that I can connect to the host once, transfer the four files, and then disconnect? Unfortunately, no, not yet. Actually, I dug through the documentation some more and found I could use

Re: Using -pk, SSL frames problem --SSL patch worked

2002-01-14 Thread Picot Chappell
Ian Abbott wrote: Do you have SSL support compiled in? Yes Some log entries would be useful, particularly with the -d option. You can mask any sensitive bits of the log if you want. I ran it with logging and -d, though I suspected that Thomas Reinke's post on the SSL patch might solve

Re: Weird 302 problem with wget 1.7

2002-01-14 Thread Hrvoje Niksic
John Levon [EMAIL PROTECTED] writes: The field-content does not include any leading or trailing LWS: linear white space occurring before the first non-whitespace character of the field-value or after the last non-whitespace character of the field-value. Such leading or trailing

() 55

2002-01-14 Thread )
Title: 2002³â â¾÷°ú ºÎ¾÷ÀÇ ¼º°øºñÁö´Ï½º ÀÎÅͳݼîÇθô - ¸¸¹°»ó "55¸¸¿øÀ̸é Á¤¸» ±¦ÂúÀº ÀÎÅͳݼîÇθôÀ» ²Ù¹Ì½Ç ¼ö ÀÖ½À´Ï´Ù!!" < ÀüÈ­¹øÈ£ : 02-3431-8100 (´ëÇ¥) 02-404-6288/9 (Á÷Åë) ´ã´çÀÚ : ÃÖ±¤¿õÆÀÀå >

Re: wget does not treat urls starting with // correctly

2002-01-14 Thread Maurice Cinquini
Hrvoje Niksic wrote: Ian Abbott [EMAIL PROTECTED] writes: On 4 Jan 2002 at 12:22, Bastiaan Stougie wrote: wget -P $LOCALDIR -m -np -nH -p --cut-dirs=2 http://host/dir1/dir2/ This works fine, except that wget does not follow all the urls. It skips urls like: A

Re: Passwords and cookies

2002-01-14 Thread Brent Morgan
Thanks, But I have a problem. I upgraded to 1.8.1 for win9x. I found the cookie file for netscape 4 and 6 which are different from one another. I made sure that each had the correct cookie set for the website in question. I tried both and got the same error message

Re: Passwords and cookies

2002-01-14 Thread Brent Morgan
Thanks, But I have a problem. I upgraded to 1.8.1 for win9x. I found the cookie file for netscape 4 and 6 which are different from one another. I made sure that each had the correct cookie set for the website in question. I tried both and got the same error message

Re: Passwords and cookies

2002-01-14 Thread Hrvoje Niksic
Brent Morgan [EMAIL PROTECTED] writes: But I have a problem. I upgraded to 1.8.1 for win9x. I found the cookie file for netscape 4 and 6 which are different from one another. I made sure that each had the correct cookie set for the website in question. I tried both and got the same error

Re: Passwords and cookies

2002-01-14 Thread Hrvoje Niksic
Brent Morgan [EMAIL PROTECTED] writes: The -d debug option crashes wget just after it reads the input file. Huh? Ouch! Wget on Windows is much less stable than I imagined. Can you run it under a debugger and see what causes the crash?

Re: Weird 302 problem with wget 1.7

2002-01-14 Thread John Levon
On Mon, Jan 14, 2002 at 04:16:24PM +0100, Hrvoje Niksic wrote: Ok, how about this patch: 2002-01-14 Hrvoje Niksic [EMAIL PROTECTED] * headers.c (header_get): Strip trailing whitespace from the header. I've tested this patch, works great. Thanks very much (wouldn't it be

Re: Weird 302 problem with wget 1.7

2002-01-14 Thread Hrvoje Niksic
John Levon [EMAIL PROTECTED] writes: Thanks very much (wouldn't it be good to refer to the clause in the RFC in the comments ?) Uh, I suppose so. But it doesn't matter that much -- someone looking for it will find it anyway. Besides, it's not clear which RFC Wget conforms to. Web standards

Wget Patch for 1.8.1 witch IPv6

2002-01-14 Thread Thomas Lussnig
Hi, i have make an hopefull clean patch for IPv6 support. It works fine (testet (compile and v6 retrive) But im not already happy with it. 1. Now if IPv6 enabled it only fetch IPv6 IPv4 sites faile 2. Need an switch to change the preffered mode 4/6 3. Makefile optional v6 support Point 1 i

Re: Wget Patch for 1.8.1 witch IPv6

2002-01-14 Thread Hrvoje Niksic
Thomas Lussnig [EMAIL PROTECTED] writes: 1. Now if IPv6 enabled it only fetch IPv6 IPv4 sites faile This is a problem, and part of the reason why the patch is so simple in its current form. A correct patch must modify struct address_list to hold a list of IP addresses, each of which can be

Re: Wget Patch for 1.8.1 witch IPv6

2002-01-14 Thread Markus Buchhorn
At 03:16 AM 15/01/2002 +0100, Hrvoje Niksic wrote: Thomas Lussnig [EMAIL PROTECTED] writes: 1. Now if IPv6 enabled it only fetch IPv6 IPv4 sites faile This is a problem, and part of the reason why the patch is so simple in its current form. [...] Another possibility is to store struct

please, help

2002-01-14 Thread RoadRunner
Hello and Best Wishes for 2002 ! I'm trying to unsubscribe from this list but i don't know my subscription password anymore. Can someone help ? Thanks. Bye.F.Do You Yahoo!? Send FREE video emails in Yahoo! Mail.

(Á¤º¸) ¡Ú Å·Ä« , ÄýÄ«¸¦ ãÀ¸¼¼¿ä????????????????

2002-01-14 Thread ±èÁ¤Àº
(ȨÆäÀÌÁö ±¸°æÇϱâ) -- http://www.searchcorea.com ¡Ú`Å·Ä«,ÄýÄ«` ÀÚ½ÅÀÌ ¿øÇϽô ÀÌ»óÇüÀ» ã¾Æµå¸³´Ï´Ù¡Ú ¾È³çÇϼ¼¿ä.Á¦°¡ Á¤¸» ¿©¼ººÐ°ú ³²¼ººÐ²² ÁÁÀº¼Ò½Ä ¾Ë·Áµå¸±²²¿ä^^ ³²¼ººÐÀ̳ª ¿©¼ººÐÀ̳ª ¿äÁò Å·Ä« ÄýÄ«¸¦ ¸¸³ª½Ã±â Èûµå½ÃÁÒ? Á¦°¡ ÃßõÇØ µå¸®´Â »çÀÌÆ®¿¡ Çѹø °¡º¸¼¼¿ä. ÀÌ È¸»ç´Â ÂøÇÑ

Re: Wget Patch for 1.8.1 witch IPv6

2002-01-14 Thread Daniel Stenberg
On Tue, 15 Jan 2002, Hrvoje Niksic wrote: 1. Now if IPv6 enabled it only fetch IPv6 IPv4 sites faile This is a problem, and part of the reason why the patch is so simple in its current form. It is indeed. If done correctly, using the proper API, there won't be any difference between IPv6