diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-10-19 11:30:11 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-10-19 11:30:11 +0000 |
commit | 6d0e39592d5cd7782b2ae0d52bf3a20743d4ce36 (patch) | |
tree | d06ca2005af37be59d7c3056b5ffa10325901321 /README | |
parent | 0bcb97098a7a369fcfdfc9864ba11b6c1d5f7749 (diff) | |
download | sshfs-6d0e39592d5cd7782b2ae0d52bf3a20743d4ce36.tar sshfs-6d0e39592d5cd7782b2ae0d52bf3a20743d4ce36.tar.gz sshfs-6d0e39592d5cd7782b2ae0d52bf3a20743d4ce36.tar.bz2 sshfs-6d0e39592d5cd7782b2ae0d52bf3a20743d4ce36.zip |
fix
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ The idea of sshfs was taken from the SSHFS filesystem distributed with LUFS, which I found very useful. There were some limitations of that codebase, so I rewrote it. Features of this implementation are: - - Based on FUSE (the best userspace filesystem framework for linux ;) + - Based on FUSE (the best userspace filesystem framework for Linux ;) - Multithreading: more than one request can be on it's way to the server @@ -67,7 +67,7 @@ And you are ready to go. Bugs and feature requests ========================= -Send bug reports to <miklos@szeredi.hu>. +Send bug reports to <miklos@szeredi.hu>. Good luck! Miklos Szeredi |