某喵的鱼塘 某喵的鱼塘

  • 显示源文件
  • 修订记录
  • 反向链接
  • 页面重命名
目录
  • SSHFS
    • 安装
    • 使用
    • Ref

**这是本文档旧的修订版!**

<markdown>

SSHFS

安装

brew cask install osxfuse
brew install homebrew/fuse/sshfs

使用

mkdir ~/share # mkdir before mount
sshfs -p 62525 name@host:/remote/dir ~/share # mount
sudo umount ~/share # umount

Ref

  • http://blog.csdn.net/xiangliangyu/article/details/8739738

</markdown>

  • 最后更改: 2017/03/28 20:45:31
  • 由 某喵