Mac OS X mount remote folder via SSHFS
Steps
- Install two applications: macFUSE and SSHFS
- mount remote folder with sshfs command
$ sshfs username@server:folder_name local_folder
For convience, we can add an alias command in the bashrc/bash_profile.
References
[1] https://osxfuse.github.io/