summaryrefslogtreecommitdiffstats
path: root/network/sshfs-fuse/README
diff options
context:
space:
mode:
author Matteo Bernardini2020-11-29 08:43:40 +0100
committer Matteo Bernardini2020-11-29 08:43:40 +0100
commit574f508c2c02d6ed8c03d06996765c868d73b472 (patch)
tree166b9f6e035368e686b3fc9a18fdbc41587aaf29 /network/sshfs-fuse/README
parent08a6482554287f94acc3ad6009351a8ce0f7f9ab (diff)
downloadslackbuilds-574f508c2c02d6ed8c03d06996765c868d73b472.tar.gz
20201129.1 global branch merge.current-20201129.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/sshfs-fuse/README')
-rw-r--r--network/sshfs-fuse/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/network/sshfs-fuse/README b/network/sshfs-fuse/README
deleted file mode 100644
index 4b484d5915..0000000000
--- a/network/sshfs-fuse/README
+++ /dev/null
@@ -1,12 +0,0 @@
-sshfs-fuse (ssh file system module for FUSE)
-
-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.