Re: trouble with encoded filename

2004-04-08 Thread none none
--- Tony Lewis <[EMAIL PROTECTED]> wrote: > Opera is doing special encoding for some > types of web addresses and you hoped that > disabling ALL encoding would somehow make > wget do the same thing? Disabling escaped octet encoding would work. It does not seem unreasonable to HOPE (but not expect)

Re: trouble with encoded filename

2004-04-08 Thread Tony Lewis
[EMAIL PROTECTED] wrote: > Well, I found out a little bit more about the > real reason for the problem. Opera has a very > convenient option called "Encode International > Web Addresses with UTF-8." When I had this > option checked, it could retrieve the file > without problems. Without this optio

Re: trouble with encoded filename

2004-04-08 Thread none none
--- Hrvoje Niksic <[EMAIL PROTECTED]> wrote: > Maybe the site expressly disallows Wget to > access it? Maybe the site has anti-leech > protection that requires sending the `Referer' > header to thwart it? Maybe you need to have a > cookie to access the site that Opera sends? Well, I found out a

Re: trouble with encoded filename

2004-04-07 Thread none none
--- Jochen Roderburg <[EMAIL PROTECTED]> wrote: > Are you really sure that the file you want > has the name ?.file with a question mark > character?? Not a question mark in wget, or when I sent the mail - it seems that Yahoo mangles it on the way out (another case of characters in the upper half o

Re: trouble with encoded filename

2004-04-07 Thread Jochen Roderburg
none none wrote: $ wget -S --referer=http://5.6.7.8/index.htm \ --user-agent=Mozilla \ http://1.2.3.4/?.file --00:00:00-- http://1.2.3.4/%E9.file => `?.file' Connecting to 1.2.3.4:80... connected. HTTP request sent, awaiting response... 1 HTTP/1.1 403 Forbidden 2 D

Re: trouble with encoded filename

2004-04-07 Thread none none
--- Hrvoje Niksic <[EMAIL PROTECTED]> wrote: > > (URL changed for privacy) > > > > $ wget http://1.2.3.4/?.file > > --00:00:00-- http://1.2.3.4/%E9.file > >=> `?.file' > > Connecting to 1.2.3.4:80... connected. > > HTTP request sent, awaiting response... 403 Forbidden > > 00:00:00 ERRO

Re: trouble with encoded filename

2004-04-07 Thread Hrvoje Niksic
none none <[EMAIL PROTECTED]> writes: > (URL changed for privacy) > > $ wget http://1.2.3.4/?.file > --00:00:00-- http://1.2.3.4/%E9.file >=> `?.file' > Connecting to 1.2.3.4:80... connected. > HTTP request sent, awaiting response... 403 Forbidden > 00:00:00 ERROR 403: Forbidden. > >