In vsftpd, I would like to have user upload file directly to web directory(/var/www/site/) however, the web directory is owned by www user and group.
I know there is chown_username and such thing for anonymous user however that doesn't work for my case. What do I do in vsftp?
thanks.