source: freewrt/package/shfs/Config.in@ 0949a4d

freewrt_2_0
Last change on this file since 0949a4d was adf7e15, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

just use one package for shfs

git-svn-id: svn://www.freewrt.org/trunk/freewrt@738 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 857 bytes
Line 
1config FWRT_PACKAGE_SHFS
2 prompt "shfs.............................. secure shell filesystem"
3 tristate
4 default n
5 help
6 ShFS is a simple and easy to use Linux kernel module which
7 allows you to mount remote filesystems using a plain shell
8 (SSH) connection. When using ShFS, you can access all remote
9 files just like the local ones, only the access is governed
10 through the transport security of SSH.
11
12 ShFS supports some nice features:
13
14 * file cache for access speedup
15 * perl and shell code for the remote (server) side
16 * could preserve uid/gid (root connection)
17 * number of remote host platforms (Linux, Solaris, Cygwin, ...)
18 * Linux kernel 2.4.10+ and 2.6
19 * arbitrary command used for connection (instead of SSH)
20 * persistent connection (reconnect after SSH dies)
21
22 http://shfs.sourceforge.net/
Note: See TracBrowser for help on using the repository browser.