Rodney Holm wrote:
>
> Hello,
>
> On a squid 1.1.20 NOVM, Linux, I put the following url into my browser:
> This is the absolute path of the file.
>
> ftp://username:password@hostname/home/ftp/someuser/somefile.exe
...
> If I change the url to the follwing:
>
> ftp://username:password@hostname/somefile.exe
This is Netscapes fault.. The URL is not a valid URL for that resource.
Eigher change it like you did, or encode a / at the beginning by using
ftp://username:password@hostname/%2f/home/ftp/someuser/somefile.exe or a
variation thereof.
Squid 1.2 includes a workaround to this Netscape problem.
--- Henrik Nordström Sparetime Squid HackerReceived on Fri Sep 18 1998 - 16:10:26 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:42:04 MST