I have created two users viz user1 & user2. I want both of them to access the same ftp folder. Hence i installed "user remote access" in server manager and changed the chroot of user2 to the path of user1. Now user2 is able to login inside the ftp folder with his username and pass, user2 can view all files, download all files, but can't upload (write to the folder). User1 can do all, what do i do so user2 can also write to this folder using a simple ftp client.
In other words how can several users be given access to a single ftp folder while changing their read/write permissions
i have already created a group viz group1 and added user1 & user2 to it and have set permission in ibay1 to write=group and read=everyone, what else do i need to do to acomplish my task