下载osxfuse&sshfs软件
下载地址:
https://osxfuse.github.io/
在右侧的边栏,两个都要下载
使用方式
在终端内输入
sshfs root@x.x.x.x:/service /Mac
x.x.x.x 处填写服务器ip地址,service处填写服务器文件夹地址,Mac处填写本机文件夹地址
卸载方式umount /Mac
或者 fusermount -u /Mac
一些参数
sshfs -h 查看所有参数
-o reconnect:自动重连
-o allow_other:无视用户权限
-o cache=yes:支持cache
其余不一一举例, 自行查看
附上开源地址https://github.com/osxfuse/sshfs
https://github.com/osxfuse/osxfuse
转载文章,版权归作者所有,转载请联系作者。作者:,来源: