2 - more ftp accounts into same folder

2009-04-03 Thread Vasadi I. Claudiu Florin
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

Re: 2 - more ftp accounts into same folder

2009-04-03 Thread Jacques Manukyan
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

Re: 2 - more ftp accounts into same folder

2009-04-03 Thread Vasadi I. Claudiu Florin
On Fri, 03 Apr 2009 20:28:51 +0300, Jacques Manukyan mlfree...@streamingedge.com wrote: 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. I'm aweare of that, hence the ACL setings I forgot