Mount your remote host’s folders onto local filesystem!

Installation

  1. brew cask install osxfuse
  2. brew install sshfs

Usage

Create a directory by using mkdir (mount point for sshfs)

  • Mounting: sshfs username@host:/path/to/folder/on/remote /path/to/folder/you/just/created
  • Umounting: umount /path/to/folder/you/just/created