**下载:osxfuse-2.7.3.dmg http://osxfuse.github.io/**下载:sshfs-2.5.0.pkg https://github.com/osxfuse/sshfs/releases/
都安装了就搞定了,安装后可能需要重启。
使用 sshfs 挂载远程目录到本地:
sshfs -C -o reconnect user@host:dir localdir
更多 sshfs 的用法可以 sshfs -h 查看。
**下载:osxfuse-2.7.3.dmg http://osxfuse.github.io/**下载:sshfs-2.5.0.pkg https://github.com/osxfuse/sshfs/releases/
都安装了就搞定了,安装后可能需要重启。
使用 sshfs 挂载远程目录到本地:
sshfs -C -o reconnect user@host:dir localdir
更多 sshfs 的用法可以 sshfs -h 查看。