|
Docs Linux Downloads Search Packages Ubuntu pack Get Ubuntu Search .deb Search RPM Error log Distros Softwares Help & Man Pages Others Contact ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Site /
FilesystemClientBasedOnSSHFileTransferProtocolSite.FilesystemClientBasedOnSSHFileTransferProtocol HistoryHide minor edits - Show changes to output Added lines 1-10:
*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 |