Archive for May, 2008

Mount a remote filesystem via SSH on OSX

When you use TextMate (or any other editor) for editing you cannot remote edit files when you use cyberduck. It even does not work when you connect to the FTP server using the Finder.

The ultimate solution to get this working is this: http://code.google.com/p/macfuse/

First install the MacFuse core, and the sshfs.
Now run sshfs, connect to your server, and drag the files from the mounted server to your project in TextMate.

No Comments »