[Lunar-commits] r18968 - in moonbase/trunk/filesys: . sshfs

striker striker at lunar-linux.org
Wed Mar 1 16:21:06 UTC 2006


Author: striker
Date: 2006-03-01 16:21:06 +0000 (Wed, 01 Mar 2006)
New Revision: 18968

Added:
   moonbase/trunk/filesys/sshfs/
   moonbase/trunk/filesys/sshfs/DEPENDS
   moonbase/trunk/filesys/sshfs/DETAILS
Log:
adding sshfs, based on fuse


Added: moonbase/trunk/filesys/sshfs/DEPENDS
===================================================================
--- moonbase/trunk/filesys/sshfs/DEPENDS	                        (rev 0)
+++ moonbase/trunk/filesys/sshfs/DEPENDS	2006-03-01 16:21:06 UTC (rev 18968)
@@ -0,0 +1 @@
+depends fuse

Added: moonbase/trunk/filesys/sshfs/DETAILS
===================================================================
--- moonbase/trunk/filesys/sshfs/DETAILS	                        (rev 0)
+++ moonbase/trunk/filesys/sshfs/DETAILS	2006-03-01 16:21:06 UTC (rev 18968)
@@ -0,0 +1,27 @@
+          MODULE=sshfs
+         VERSION=1.5
+          SOURCE=$MODULE-fuse-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-fuse-$VERSION
+      SOURCE_URL=$SFORGE_URL/fuse/
+      SOURCE_VFY=sha1:c418305a46d631629176881ab2d3a512f63615ff
+        WEB_SITE=http://fuse.sourceforge.net/sshfs.html
+         ENTERED=20060301
+         UPDATED=20060301
+           SHORT="Filesystem client based on the SSH File Transfer Protocol"
+
+cat << EOF
+sshfs is a filesystem client based on the SSH File Transfer Protocol.
+Since most SSH servers already support this protocol it is very easy
+to set up: i.e. on the server side there's nothing to do.  On the
+client side mounting the filesystem is as easy as logging into the
+server with ssh.
+
+The idea of sshfs was taken from the SSHFS filesystem distributed with
+LUFS, which was very useful. However, there were some limitations of
+that codebase, so it was rewritten.  Features of this implementation are:
+
+  * Based on FUSE
+  * Multithreading: more than one request can be on it's way to the server
+  * Allowing large reads (max 64k)
+  * Caching directory contents
+EOF



More information about the Lunar-commits mailing list