某喵的鱼塘 某喵的鱼塘

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

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
  • 最后更改: 2018/05/10 16:04:54
  • (外部编辑)