I'm currently trying to use SFTP into my Raspberry Pi from my Windows PC, using my FileZilla.I have successfully completed that, but I need to be able to add files to a root folder "/var/www" for my Apache web server.
Does anyone know if it's possible?
Change the group of the files to something like www and add your user to www
Otherwise I'd think you'll have to reconnect to the server with FileZilla using root as a username.