Sep 26

Transfering or modifying files on a remote system is easy. Simply use scp and get or put your files on a remote system. This is good if you want to transfer many files in one operation. But what if you need to modify a file many times? Get it from the server, change it, transfer it… over and over again… Sure, use ssh and do the editing on the server, but often you’ll want to use your nice gui editor you work with all the time.
Read More