lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV problem w/ files with "~"/"%7E" in their names


From: Klaus Weide
Subject: Re: LYNX-DEV problem w/ files with "~"/"%7E" in their names
Date: Sat, 4 Oct 1997 20:16:23 -0500 (CDT)

On Sat, 4 Oct 1997, Eduardo Ochs wrote:

>   Does anyone have a patch to make lynx more compatible with wget, or
> with some other program that makes local copies of directories in
> remote machines? The problem is that if I have a file with a name like
> 
>   /wget/http/www.dnai.com/~jfox/color4th.html
> 
> and I try to access it, lynx just says "Alert!: Unable to access document."
> So I recompiled lynx modifying LYSanctify() (in LYGetFile.c) to make
> it return its argument (the name of an URL) unchanged, and now it is
> able to access that kind of file, but not files with names like
> 
>   /wget/http/www.dnai.com/%7Ejfox/cm-misc.html

Of course in URL syntax that would be 

 file://localhost/wget/http/www.dnai.com/%257Ejfox/cm-misc.html ...

> ...that the unpatched version can't read!
> 
> What's happenning? Where is it documented? What would be necessary to
> make lynx first try to access the local copy of a file, then the
> remote version?

Try the development code at <URL:http://sol.slcc.edu/lynx/current/>,
it probably already does what you want.
(LYSanctify() isn't used any more.)

  Klaus

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]