I use GVIM on Ubuntu 9.10. I\'m looking for the right way to configure GVIM to be able to edit remote files (HTML, PHP, CSS) by for exemple ftp.
Try this
:e scp://username@remotehost//path/to/file
Note that the use of // is intentional after remotehost it gives the absolute path of your file :)
http://www.celsius1414.com/2009/08/19/how-to-edit-remote-files-with-local-vim/