码迷,mamicode.com
首页 > 其他好文 > 详细

sshfs is cool,also LUFS & FUSE & AVFS

时间:2014-10-04 17:11:06      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:http   ar   for   sp   div   c   amp   r   linux   

曾经在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
 

sshfs is cool,also LUFS & FUSE & AVFS

标签:http   ar   for   sp   div   c   amp   r   linux   

原文地址:http://www.cnblogs.com/51reboot/p/4006039.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!