On 11-Feb-09, at 8:50 AM, dnk wrote:
Well as far as I have made it, it is possible to share a directory by using a "per user" config option. It is geting hte different permissions I am having to deal with. Part of me thinks this would be easier using a real system account so I can restrict permissions using tools like chmod, etc. But I hate the idea of using system accounts for FTP.
d
Just to add to it, I got it all figured out. I just setup vsftpd to a regular non anon access type system. I then just had a per user config for the read only users that epcified the home directory of the read/ write user, and a enable_write=NO directive.
d