lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV /foo/.. ?


From: Benjamin C. W. Sittler
Subject: Re: LYNX-DEV /foo/.. ?
Date: Sat, 2 Nov 1996 09:59:03 -0700 (MST)

On Sat, 2 Nov 1996, Wayne Buttles wrote:

> Can someone explain the /foo/.. hack for me in htftp.c, htfile.c and
> html.c?

Here's my understanding (could be flawed):

the following FTP command:
cd /
may not be equivalent to
cd /
cd foo
cd ..
(or cd /foo/..)

because of symbolic links. We don't have this problem with HTTP, really,
but we do with Unix filesystems, which is why I'm guessing it's in htfile
too.

;
; 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]