Date: Fri, 03 Apr 2009 13:28:51 -0400 From: Jacques Manukyan <mlfreebsd@streamingedge.com> To: "Vasadi I. Claudiu Florin" <claudiu.vasadi@gmail.com> Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: Re: 2 -> more ftp accounts into same folder Message-ID: <49D64753.6080805@streamingedge.com> In-Reply-To: <op.urtj6myaflcvyi@da1-desktop-x64> References: <op.urtj6myaflcvyi@da1-desktop-x64>
next in thread | previous in thread | raw e-mail | index | archive | help
This sounds like a permission issue. Each user on the sub-folders (folder1, folder2, etc) need to be able to get into the /mnt folder within the OS. What is the permission on the /mnt directory? Try setting it to 755 and see if that works. Also, you can start pure-ftpd in debug mode to capture the actual error. Look at the pure-ftd.conf file or add the -d option to the daemon for debug information. -- Jacques Manukyan Vasadi I. Claudiu Florin wrote: > > Hello you gurus :) > > I'm using FreeBSD 7.1-STABLE with pure-ftpd (unix/puredb > authentification). I need to create 6 ftp accounts for each of the > folowing folders, like so: > > /mnt > /folder1 > /folder2 > /folder3 > /folder4 > /folder5 > > > As you can see some folders are inside the "master" folder, thus the > issue. I can create (adduser) all users for all folders, but can only > connect through ftp with the "master" user (the one for /mnt folder). > Have no logs what so ever. Been googleing around a bit but didn't find > anything precise. > > > > > Any ideeas are welcomed. Thx > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49D64753.6080805>