|
Softwares ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Main /
FilesystemClientBasedOnSSHFileTransferProtocolMain.FilesystemClientBasedOnSSHFileTransferProtocol HistoryHide minor edits - Show changes to output Changed lines 5-6 from:
sshfs is based on FUSE (userspace filesystem framework for Linux), thus you will have to prepare fuse kernel module to be able to use it. to:
*sshfs is based on FUSE (userspace filesystem framework for Linux), thus you will have to prepare fuse kernel module to be able to use it. Added lines 1-12:
*Filesystem Client Based On SSH File Transfer Protocol *sshfs 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. sshfs is based on FUSE (userspace filesystem framework for Linux), thus you will have to prepare fuse kernel module to be able to use it. Homepage: http://fuse.sourceforge.net/ shibu@shibu-laptop:/media/mount$ dpkg -l |grep sshfs ii sshfs 1.3-0ubuntu1 filesystem client based on SSH File Transfer |