Steps

  1. Install two applications: macFUSE and SSHFS

macFUSE download webpage

SSHFS download webpage

  1. 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/