SSHFS
Contents
Mount your remote host’s folders onto local filesystem!
Installation
brew cask install osxfusebrew 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