How do I set the default group for a vsftpd user's uploads?
When I upload a file, the files group is set to the username... How do I get it to automatically set to a specific group?
How do I set the default group for a vsftpd user's uploads?
When I upload a file, the files group is set to the username... How do I get it to automatically set to a specific group?
Easiest way to do it would be to set the directory's group to the group you want, and then set the sticky group bit on the directory with chmod g+s
.