Date: Tue, 19 Jan 1999 11:41:30 -0600 From: rich goodson <rgoodson@dmswebworks.com> To: nicolas lacroix <datasafe@netscape.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: create a link on a ftp Message-ID: <v03102800b2ca715e4874@[208.153.182.20]> In-Reply-To: <19990119123344.16129.qmail@ww181.netaddress.usa.net>
next in thread | previous in thread | raw e-mail | index | archive | help
At 1:33 PM +0100 1/19/99, nicolas lacroix wrote: >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 nicolas, look at the permissions of your target directory. if they're not world executable and readable (as I assume you want them, as they're under the pub directory), you need to change it to such. chmod o+rx directory -rich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?v03102800b2ca715e4874>