RE: Mapping URLs to filenames

2002-01-16 Thread Ian Abbott
On 16 Jan 2002 at 8:02, David Robinson (AU) wrote: In the meantime, however, '?' is problematic for Win32 users. It stops WGET from working properly whenever it is found within a URL. Can we fix it please. My proposal for using escape sequences in filenames for problem characters is up for

wget 1.8 and 1.8.1 bugs

2002-01-16 Thread Steven Enderle
i can't get it to work with ssl proxy: edv02::/home/enderle % export https_proxy=$ftp_proxy edv02::/home/enderle % echo $ftp_proxy http://myname:mypass@mycachesip:3128/ (i tried that with squid and oops) edv02::/home/enderle % wget -m -r -v https://mylogin:mypass@myhostsip/enderle/

Re: Wget Patch for 1.8.1 witch IPv6

2002-01-16 Thread Hrvoje Niksic
Daniel Stenberg [EMAIL PROTECTED] writes: `struct addrinfo' contains a `struct sockaddr', which carries the necessary scoping information (I think). The question at the time was whether I could extract only the address(es) and ignore everything else, as it was possible with IPv4. Itojune

Re: -H suggestion

2002-01-16 Thread Hrvoje Niksic
[EMAIL PROTECTED] writes: Funny you mention this. When I first heard about -p (1.7?) I thought exactly that it would default to [spanning hosts to retrieve page requisites]. I think it would be really useful if the page requisites could be wherever they want. I mean, -p is already

Re: Mapping URLs to filenames

2002-01-16 Thread Alexey Aphanasyev
Ian Abbott wrote: [snipped] I'd say ignore my previous proposal, fix what's there already, and then maybe tune the safe/unsafe character handling for particular file-systems (with options to override this) later. I'm not a developer, but it seems to me that a problem is more general than

Re: Passwords and cookies

2002-01-16 Thread Ian Abbott
On 15 Jan 2002 at 14:48, Brent Morgan wrote: Thanks to everyone for looking at this problem. I am not a developer and at my wits end with this problem. I did determine with a different cookie required site that it is still not working. Could you change line 1017 of cmpt.c to read as

unsubscribe wget

2002-01-16 Thread Paulo Gonçalves

?M=D stuff

2002-01-16 Thread Karol Krenski
Hi there, I hope this is the right list to ask. I am not subscribed so please answer to [EMAIL PROTECTED] wget -r http://some.host.com/pub/ produces ?M=D and such, which are apache indexes I learned. Can I run wget with an option that doesn't create those files? - I couln't find an answer to

Re: IPv6

2002-01-16 Thread Hrvoje Niksic
Thomas Lussnig [EMAIL PROTECTED] writes: how the socket part should work fine. inet_pton and gethostbyname2 only get used if IPV6 is defined Please don't use gethostbyname2. It's apparently a GNU extension, and I don't think it will work anywhere except on Linux. Now it leaves

Re: WGET+IPv6

2002-01-16 Thread Hrvoje Niksic
Thomas Lussnig [EMAIL PROTECTED] writes: 1. without IPv6 there is no longer used new syscalls (gethostbyname2,inet_ntop,inet_pton) 2. It can on runtime downgreade to IPv4 3. In IPv6 mode it can handle IPv4 Adresses 4. Checked with following input www.ix.de , 217.110.115.160 ,

Re: IPv6

2002-01-16 Thread Daniel Stenberg
On Wed, 16 Jan 2002, Hrvoje Niksic wrote: Please don't use gethostbyname2. It's apparently a GNU extension, and I don't think it will work anywhere except on Linux. gethostbyname2() is defined in RFC2133 if I'm not mistaking. getaddrinfo() was introduced in RFC2553 (which osoletes 2133).

Re: WGET+IPv6

2002-01-16 Thread Daniel Stenberg
On Wed, 16 Jan 2002, Hrvoje Niksic wrote: So we can just ignore the scope? I hope you are right -- I certainly don't know enough about this to judge for myself. The so called scope in IPv6 is emeddeded in the address, so you can't use IPv6 addresses without getting the scope too. Most nodes

unsubscribe wget

2002-01-16 Thread Zhao, David [PRDUS Non JJ]

[±¤°í] Æí¸®ÇÑ Ãë¾÷»çÀÌÆ® Àâ´º½ºÀÔ´Ï´Ù

2002-01-16 Thread Àâ´º½º
Title: Àâ´º½º - ¼ÖÁ÷ÇÑ ÇÁ·ÎÆ÷ÁîÀÇ ±â¾÷°ú ÀÎÀç°¡ ¸¸³ª´Â ±¸ÀÎ/±¸Á÷ Àü¹® À¥ ¸®Å©·çÆûçÀÌÆ®! ¾È³çÇϼ¼¿ä Ãë¾÷Àü¹®»çÀÌÆ® Àâ´º½ºÀÔ´Ï´Ù. º» ¸ÞÀÏÀº Àâ´º½ºÀÇ »õ·Î¿î °³Æí ¼Ò½ÄÀ» ¾Ë·Áµå¸®±â À§ÇØ º¸³»µå¸° ¸ÞÀÏÀÔ´Ï´Ù. º» ¸ÞÀÏÀº 2~3°³¿ù¿¡ 1ȸ ¹ß¼ÛµÇ¾îÁý´Ï´Ù. ¼ö½ÅÀ» ¿øÄ¡

Re: IPv6

2002-01-16 Thread Maciej W. Rozycki
On Wed, 16 Jan 2002, Hrvoje Niksic wrote: If a simple gethostbyname() replacement is what you want, getipnodebyname() should be used if getaddrinfo() doesn't do it. Yes, getipnodebyname looks nice. But it's obsolete and e.g. not present in glibc anymore. I can't comment other C

A strange bit of HTML

2002-01-16 Thread Ian Abbott
I came across this extract from a table on a website: td ALIGN=CENTER VALIGN=CENTER WIDTH=120 HEIGHT=120a href=66B27885.htm msover1('Pic1','thumbnails/MO66B27885.jpg'); onMouseOut=msout1('Pic1','thumbnails/66B27885.jpg');img SRC=thumbnails/66B27885.jpg NAME=Pic1 BORDER=0 /a/td Note the string

Re: A strange bit of HTML

2002-01-16 Thread Hrvoje Niksic
Ian Abbott [EMAIL PROTECTED] writes: I came across this extract from a table on a website: td ALIGN=CENTER VALIGN=CENTER WIDTH=120 HEIGHT=120a href=66B27885.htm msover1('Pic1','thumbnails/MO66B27885.jpg'); onMouseOut=msout1('Pic1','thumbnails/66B27885.jpg');img SRC=thumbnails/66B27885.jpg

Re: A strange bit of HTML

2002-01-16 Thread Hrvoje Niksic
[EMAIL PROTECTED] writes: That sounds like they wanted onMouseOver=msover1(...) Which Wget would, by the way, have handled perfectly.

Re: How does -P work?

2002-01-16 Thread Hrvoje Niksic
Ian Abbott [EMAIL PROTECTED] writes: Here is a patch to deal with the -P C:\temp (and similar) problems on Windows. This looks good. I'll apply it as soon as CVS becomes operational again.

RE: Mapping URLs to filenames

2002-01-16 Thread David Robinson (AU)
I like this proposal. This would restore the version 1.5.3 behaviour. David. -Original Message- From: Ian Abbott [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 16 January 2002 21:48 To: Wget List Subject: RE: Mapping URLs to filenames On 16 Jan 2002 at 8:02, David Robinson (AU) wrote:

Re: WGET+IPv6

2002-01-16 Thread Daniel Stenberg
On Wed, 16 Jan 2002, Hrvoje Niksic wrote: The so called scope in IPv6 is emeddeded in the address, so you can't use IPv6 addresses without getting the scope too. Are you sure? Here is what itojun said in [EMAIL PROTECTED]: due to the IPv6 address architecture (scoped), 16 bytes

Re: WGET+IPv6

2002-01-16 Thread Hrvoje Niksic
Daniel Stenberg [EMAIL PROTECTED] writes: On Wed, 16 Jan 2002, Hrvoje Niksic wrote: The so called scope in IPv6 is emeddeded in the address, so you can't use IPv6 addresses without getting the scope too. Are you sure? Here is what itojun said in [EMAIL PROTECTED]: due to the

Re: A strange bit of HTML

2002-01-16 Thread jens . roesner
Hi there! td ALIGN=CENTER VALIGN=CENTER WIDTH=120 HEIGHT=120a href=66B27885.htm msover1('Pic1','thumbnails/MO66B27885.jpg'); onMouseOut=msout1('Pic1','thumbnails/66B27885.jpg');img SRC=thumbnails/66B27885.jpg NAME=Pic1 BORDER=0 /a/td BTW: it is valign=middle :P (I detest AllCaps and

Re: A strange bit of HTML

2002-01-16 Thread Hrvoje Niksic
[EMAIL PROTECTED] writes: Until there's an ESP package that can guess what the author intended, I doubt wget has any choice but to ignore the defective tag. Seriously, I think you guys are too strict. Similar discussion have spawned numerous times. If the HTML code says a href=URL

Re: wget does not parse .netrc properly

2002-01-16 Thread Hrvoje Niksic
Alexey Aphanasyev [EMAIL PROTECTED] writes: I'm using wget compiled from the latest CVS sources (GNU Wget 1.8.1+cvs). I use it to mirror several ftp sites. I keep ftp accounts in .netrc file which looks like this: [...] Ah, I see. The macro definition (`macdef init') would fail to be

Re: How does -P work?

2002-01-16 Thread Hrvoje Niksic
Hrvoje Niksic [EMAIL PROTECTED] writes: Ian Abbott [EMAIL PROTECTED] writes: Here is a patch to deal with the -P C:\temp (and similar) problems on Windows. This looks good. I'll apply it as soon as CVS becomes operational again. Applied now.

Re: A strange bit of HTML

2002-01-16 Thread jens . roesner
Hi Hrvoje! First, I did/do not mean to offend/attack you, just in case that my suspicion about you being pi55ed because of my post is not totally unjustified. If the HTML code says a href=URL yaddayada my-Mother=Shopping%5 goingsupermarket/a Why can't wget just ignore everything after

wget-1.8

2002-01-16 Thread Tay Ngak San
Hi, I have downloaded your source code for wget and tried to make it but failed due to va_list parameter conflict in stdarg.h and stdio.h. Please advice. Regards, Tay Ngak San Mobile Phone: 9620-9712

Re: wget-1.8

2002-01-16 Thread Hrvoje Niksic
Tay Ngak San [EMAIL PROTECTED] writes: I have downloaded your source code for wget and tried to make it but failed due to va_list parameter conflict in stdarg.h and stdio.h. Please advice. What OS and compiler are you using to compile Wget?