From owner-freebsd-questions Tue Jan 19 10:41:29 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA21241 for freebsd-questions-outgoing; Tue, 19 Jan 1999 10:41:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from guru.phone.net (guru.phone.net [209.157.82.120]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA21234 for ; Tue, 19 Jan 1999 10:41:25 -0800 (PST) (envelope-from mwm@phone.net) Received: (qmail 165 invoked by uid 100); 19 Jan 1999 18:41:20 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 19 Jan 1999 18:41:20 -0000 Date: Tue, 19 Jan 1999 10:41:20 -0800 (PST) From: Mike Meyer To: nicolas lacroix cc: freebsd-questions@FreeBSD.ORG Subject: Re: create a link on a ftp In-Reply-To: <19990119123344.16129.qmail@ww181.netaddress.usa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sounds like your ftp directories are chroot'ed. This is a good thing, as it improves the security of your ftp server enormously. The down side is that you can't get to any directories outside the ftp directory, as you've just discovered. The solution is the union file system type; see mount_union(8). Replace the symlink with a directory, and then "mount -t union" the directory tree you are symlinking to onto that directory. At least, this works on NetBSD. Should work on FreeBSD, but I haven't tried it there. Date: 19 Jan 99 13:33:44 MET > From: nicolas lacroix > To: freebsd-questions@FreeBSD.ORG > Subject: create a link on a ftp > > i have a problem regarding creation of a link to a directory. > i create a lsymbolic ink on the ftp/pub dir, to a directory out of the ftp > directory. > i can access to the link when i m log on the computer, but when i connect by > ftp, i see the link when i do a ls ou a dir, but can t access to when i do a > cd !! ftp tell me the directoray don t exist ! > > thanks > > nico > > ____________________________________________________________________ > More than just email--Get your FREE Netscape WebMail account today at http://home.netscape.com/netcenter/mail > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message