Date: Fri, 14 May 1999 10:18:09 +0100 (BST) From: Scot Elliott <scot@poptart.org> To: "Andrew A.Karjagin" <Andrew.Karjagin@tdis.gctc.rssi.ru> Cc: ISP FreeBSD <freebsd-isp@FreeBSD.ORG> Subject: Re: FTP CHROOT Message-ID: <Pine.BSF.4.05.9905141015250.6984-100000@fw1.uk.boo.com> In-Reply-To: <373BD3C0.ACC35E3D@tdis.gctc.rssi.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Make sure this line is in your /etc/make.conf file: FTPD_INTERNAL_LS = yes ... and then recompile and install ftpd (either make world or just make ftpd). The reason it won't work without that is that ftpd will not be able to execute /bin/ls, and hense won't be able to produce directory listings. Scot. On Fri, 14 May 1999, Andrew A.Karjagin wrote: > Hello! > I want to config FTP access of my users to there Home directory's only > and I try to do it by using /etc/ftpchroot file. It work but they can't > see anything at his homedirs if they worked with file manager such as > FAR or another file manager with FTP client module. > How can I do it succesfully? > I am using FreBSD 2.2.6 with standard FTP server, starting by inetd. > User's shell is /usr/bin/false. > Thank you for help. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9905141015250.6984-100000>