I have a ftp user chrooted to a sub directory of another user which can read and write but the main user needs to be able to edit the files also
like this:
/user1/
/user1/user2/
how can I get this working in proftpd?
since its an www directory also it has to be secure also (no write for apache user)
You can create a group, add the two users to it and make this directory owned by this group and writable, like this: