Tag Archives: mount

Mount Remote Folder Via SSH Using SSHFS

If you do any kind of web or application development, then you’re used to working with remote servers and systems. You work locally, create test cases and do some kind of qa before deploying to the live system. But what if your qa / test system is also remotely? Wouldn’t it be nice if you could just work as if your files were local and have changes sync automatically? Mounting a remote folder using sshfs makes it possible. Read more »