sshfs instead of ftp

November 16, 2007 at 1:47 am

Got an ssh account on a machine? Don’t waste time retrieving a file, editing it, and uploading it manually.

sshfs user@target:/directory /mnt/point

You can then edit the file locally and, when saved, will do so across the ssh pipe.

2 Comments »

  1. My favorite way of editing remote files is with vim;

    vim scp://user@target//path/to/some/file.txt

    Comment by Joel — June 26, 2010 @ 5:41 pm
  2. I am going to start using that where sshfs is not available, thanks.

    Comment by Alexandru — June 27, 2010 @ 3:51 am

RSS feed for comments on this post. TrackBack URI

Leave a comment