FTP with multiple user for a website

I'm using vsftp and I'm trying to set up multiple FTP users for one website account. I would like all of these users to be able to upload, change, delete, etc..

My original thought was to create the users and put them in the same group. Then make all the files with 774 permissions. For some reason I don't think this is a good idea security wise. Plus when some one uploads, it uploads in 644 so the other FTP users can't change it.

So what is the best way to handle this?

 

 

 

 

Top