I currently have an html file on a remote unix server that I ssh to. I have been using SFTP to constantly transfer it to my local machine to view it after my edits, but I am tir
You can mount the remote directory with sshfs which gives you easy access to all the files. E.g.:
sshfs user@server:/directoryToMount /localDirectory