SSHFS

SSHFS(SSH Filesystem)是一种通过普通ssh连接来挂载和与远程服务器或工作站上的目录和文件交互的文件系统客户端。

sshfs -p 1822 \
testg@192.168.110.223:/home/test/compile/slave/Project/images \
/root/test/slave/ \
-o uid=0 -o gid=0

 

posted on 2023-04-21 14:52  lydstory  阅读(48)  评论(0)    收藏  举报

导航