source: freewrt/package/shfs/Config.in@ d419478

freewrt_1_0 freewrt_2_0
Last change on this file since d419478 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

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

  • Property mode set to 100644
File size: 1.1 KB
Line 
1config BR2_COMPILE_SHFS
2 tristate
3 default n
4 depends BR2_PACKAGE_SHFS_UTILS
5
6config BR2_PACKAGE_SHFS_UTILS
7 prompt "shfs-utils........................ ShFS mount/umount utilities"
8 tristate
9 select BR2_COMPILE_SHFS
10 select BR2_PACKAGE_KMOD_SHFS
11 default m if CONFIG_DEVEL
12 help
13 ShFS is a simple and easy to use Linux kernel module which
14 allows you to mount remote filesystems using a plain shell
15 (SSH) connection. When using ShFS, you can access all remote
16 files just like the local ones, only the access is governed
17 through the transport security of SSH.
18
19 ShFS supports some nice features:
20
21 * file cache for access speedup
22 * perl and shell code for the remote (server) side
23 * could preserve uid/gid (root connection)
24 * number of remote host platforms (Linux, Solaris, Cygwin, ...)
25 * Linux kernel 2.4.10+ and 2.6
26 * arbitrary command used for connection (instead of SSH)
27 * persistent connection (reconnect after SSH dies)
28
29 http://shfs.sourceforge.net/
30
31 This package contains the shfs mount/umount utilities.
32
Note: See TracBrowser for help on using the repository browser.