Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 1998 15:20:02 -0700 (PDT)
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        freebsd-bugs@FreeBSD.ORG
Subject:   Re: i386/7051: Install program fails to put leading / in FTP CWD command 
Message-ID:  <199806252220.PAA18490@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/7051; it has been noted by GNATS.

From: "Jordan K. Hubbard" <jkh@time.cdrom.com>
To: cmetz@inner.net
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: i386/7051: Install program fails to put leading / in FTP CWD command 
Date: Thu, 25 Jun 1998 15:12:53 -0700

 > The install program translates a FTP URL of
 > "ftp://132.250.90.8/home/FreeBSD"
 > to
 > "CWD home/FreeBSD"
 > Since the FTP daemon drops the user in his home directory, the CWD
 > doesn't get him where he's trying to go. We kluged it with a URL of
 > "ftp://132.250.90.8/../FreeBSD"
 
 Erm, I think this really is the expected behavior.  If you're
 specifying an ftp://foo.bar/pub/baz URL, it's implicit that you're
 saying "relative to the anonymous FTP user" for pub/baz and this
 certainly works everywhere else. :)  Unless you can really point out
 how changing this would not be a bug in and of itself, I will close
 this PR.
 
 Regards,
 
 - Jordan

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806252220.PAA18490>