slackbuilds/network/sshfs-fuse
Michiel van Wessem 7aeeae8343 network/sshfs-fuse: Updated for version 2.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-08-15 23:21:25 +07:00
..
README network/sshfs-fuse: Moved from System (and bumped to 2.3) 2011-08-11 20:28:36 -03:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00
sshfs-fuse.SlackBuild network/sshfs-fuse: Updated for version 2.5. 2014-08-15 23:21:25 +07:00
sshfs-fuse.info network/sshfs-fuse: Updated for version 2.5. 2014-08-15 23:21:25 +07:00

README

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.