Remove CVS dir from package
[openwrt.git] / package / shfs / Config.in
1 config BR2_PACKAGE_SHFS
2         tristate "shfs (SHell FileSystem kernel module and utilities)"
3         default n
4         help
5           ShFS is a simple and easy to use Linux kernel module which 
6           allows you to mount remote filesystems using a plain shell 
7           (SSH) connection. When using ShFS, you can access all remote 
8           files just like the local ones, only the access is governed 
9           through the transport security of SSH.
10           
11           ShFS supports some nice features:
12           
13            * file cache for access speedup
14            * perl and shell code for the remote (server) side
15            * could preserve uid/gid (root connection)
16            * number of remote host platforms (Linux, Solaris, Cygwin, ...)
17            * Linux kernel 2.4.10+ and 2.6
18            * arbitrary command used for connection (instead of SSH)
19            * persistent connection (reconnect after SSH dies) 
20           
21           
22           http://shfs.sourceforge.net/
23           
24