diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-02-02 10:17:38 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-02-02 10:17:38 +0000 |
commit | 539488e538a48b8efb4f7f4c87ddf5032ce9371d (patch) | |
tree | 99d8b815cfc53bdae50c363b571fe94e3ac6ad4c /Filesystems | |
parent | 1e1cddf296eef09eb4a629249175b684cef4cd8b (diff) | |
download | libfuse-539488e538a48b8efb4f7f4c87ddf5032ce9371d.tar.gz |
Documentation update
Diffstat (limited to 'Filesystems')
-rw-r--r-- | Filesystems | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Filesystems b/Filesystems index 24f0989..3bd9826 100644 --- a/Filesystems +++ b/Filesystems @@ -1,3 +1,9 @@ +Filesystems using FUSE, that I know of. In order of appearance. + +If you find incorrect or outdated information here, please tell me. +Also new entries are welcome. + +============================================================================== Name: OW Author: Paul H. Alfille / palfille at partners org @@ -273,3 +279,32 @@ Description: of the current authorisation solutions. ============================================================================== +Name: SSHFS-FUSE + +Author: Miklos Szeredi / miklos at szeredi hu + +Homepage: http://sourceforge.net/project/showfiles.php?group_id=121684&package_id=140425 + +Description: + + This 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. + +============================================================================== +Name: Siefs + +Author: Dmitry Zakharov aka Chaos / dmitry-z at mail ru + +Homepage: http://chaos.allsiemens.com/siefs + +Description: + + SieFS is a virtual filesystem for accessing Siemens mobile phones' + memory (flexmem or MultiMediaCard) from Linux. Now you can mount + your phone (by datacable or IRDA) and work with it like with any + other removable storage. + +============================================================================== |