sshfs is cool,also LUFS & FUSE & AVFS

曾经在windows下用winscp用得很爽一直想linux下有没有如此好用的东东 用过一段时间dolphin的fish://但兼容性不是很好 例如我 wine出来的npp就不认这种路径 偶然发现sshfs这一神器继而揪出LUFS FUSE AVFS LUFS is the Linux Userland Filesystem project. 依赖LUFS的有 (localfs, sshfs, ftpfs, gnutellafs, locasefs, gvfs, cardfs, cefs, etc. ). FUSE 跟LUFS类似 sshfs就是基于它的 http://fuse.sourceforge.net/ 同样类似的有AVFS,FUSE原来是其一部分 后来独立出来了… #mount sshfs

sudo sshfs root@xxx.xxx.xxx.xxx:/ /mnt/droplet

#unmount sshfs

sudo umount /mnt/droplet
 
原文地址:https://www.cnblogs.com/51reboot/p/4006039.html