I'm running an Ubuntu server with apache2/mod_mono
Ive got:
/home/user/www
The only way I've been able to get this all working is by:
chown -R www-data:www-data /home/user/www
I'd like to be able to connect as 'user' using WinSCP and edit the contents of /home/user/www
but I've tried all sorts of user and group permissions and cant get it working. I'm sure there are some basics of permissions that I'm not understanding. How should I be doing this?