문서의 이전 판입니다!


Sshfs

inlinetoc

The best solution I've found today (2017) is to use Homebrew and Cask to install osxfuse and sshfs:

brew cask install osxfuse brew install homebrew/fuse/sshfs And then:

sshfs username@hostname:/remote/directory/path /local/mount/point -ovolname=NAME

It works! :-)

연결문서