write permission denied via filezilla sftp to /var/www/html
If you are using Ubuntu the Apache user will be www-data, but if you are using CentOS the webserver user will be Apache, so can you grep and see whether Apache user exist or not:
grep apache /etc/passwd
If the apache user exist you can use :
chown -R apache:apache /var/www/html