Quote:
I was hoping there would be a pre-made solution for this
|
There is.
You need to read up on
users groups and
permissions
You need to create a new group, maybe called ftpusers (this needs to be each user's
primary group)
Make all users members of this group.
Give each users files the permissions rw-r-----
That means each user can read/write their own files but other users, who are members of the same group, can only read them.