Date: Wed, 31 Aug 2005 18:23:15 +0100 From: Simon Hewitt <simon.hewitt@greenhill-ymca.org> To: freebsd-questions@freebsd.org Subject: Re: freebsd-questions Digest, Vol 110, Issue 10 Message-ID: <4315E783.1060605@greenhill-ymca.org> In-Reply-To: <20050831155323.946C716A421@hub.freebsd.org> References: <20050831155323.946C716A421@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
All I can say is download PureFTPd (www.pureftpd.org) and compile with the following switch --with-puredb (from the main documentation). Install and then follow the directions for setting up virtual users (http://www.pureftpd.org/README.Virtual-Users) . Create your users and start the server with /usr/local/sbin/pure-ftpd -j -lpuredb:/etc/pureftpd.pdb & I was doing this EXACT task today. After arguing for hours with the vsftp server I went for this one. After about 15 minutes its now working like a dream. Good luck Simon > > Message: 2 > Date: Wed, 31 Aug 2005 14:18:28 +0200 > From: Andreas Wideroe Andersen <andreas-ml@wideroe.net> > Subject: FTP Permissions > To: freebsd-questions@freebsd.org > Message-ID: <6.1.2.0.2.20050831141445.0b5e9370@malibu.wideroe.net> > Content-Type: text/plain; charset="us-ascii"; format=flowed > > Hi, > I'm running FreeBSD 5.4 STABLE and the latest Proftpd. I have a little > problem I need help with. > > I want about 10 users to have access to the same directory/subdirectories > on the FTP server and all must be able to upload, delete and retrive (full > access) to the files in these directories. > > I want all users to have different usernames/passwords so I can log them, > but all should have full access to the ftp directories. > > How would I set this up? I've tried making all members of the same group, > but I can't overwrite/delete files other uploaded. > > Any help very much appreciated. > > Thanks! > Andreas >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4315E783.1060605>