views:

15

answers:

0

Hey,

Me and several other people all have FTP access to the same folder. We're working on a website together but I don't want to give the other coders complete access to my site. I only want them to be able to create files and edit their own files that they create.

For example I want to give everyone access to public_html/pages

but then if I make an account called Bob I want bob to ONLY see the items in public_html/pages that he has created, and I only want him to be able to edit those pages.

I've never managed a project when there's multiple coders working on it so we all just want to do it as smoothly as possible. It's PHP we're coding here by the way.

Thanks for any advice, Dave