diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2011-08-06 22:22:41 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-11 20:28:36 -0300 |
commit | 42c48d9ad9900a0f177e6e757b018da1014c68d1 (patch) | |
tree | 2494ed2a297213f10291ec747d08b31d65b81b44 /system/sshfs-fuse/README | |
parent | 604cf960b52ab0a27c55fc2543c0dd3ec4126ecf (diff) |
network/sshfs-fuse: Moved from System (and bumped to 2.3)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/sshfs-fuse/README')
-rw-r--r-- | system/sshfs-fuse/README | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/system/sshfs-fuse/README b/system/sshfs-fuse/README deleted file mode 100644 index 300d34090dc1e..0000000000000 --- a/system/sshfs-fuse/README +++ /dev/null @@ -1,10 +0,0 @@ -SSHFS (Secure SHell FileSystem) is a file system for Linux capable of -operating on files on a remote computer using just a secure shell login -on the remote computer. On the local computer where the SSHFS is mounted, -the implementation makes use of the FUSE (Filesystem in Userspace) -kernel module. - -The practical effect of this is that the end user can seamlessly interact -with remote files being securely served over SSH just as if they were -local files on his/her computer. On the remote computer the SFTP subsystem -of SSH is used. |