Linked by Tony Steidler-Dennison on Fri 11th Jul 2008 09:26 UTC
Permalink for comment 322568
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2006-05-04
Emacs has this with tramp. Tramp allows you to use your local emacs to edit remote files through ssh, rsh, ftp, or local files through su (allows you to use your configured emacs to modify a file in /etc for example). Saving the file will transparently copy the file back to the remote location.
As an example, i would open a remote file as: /ssh:bender@futurama:/home/bender/.bashrc. A password will be asked as and if needed.