smbnetfs  0.6.3
About: SMBNetFS is a Linux/FreeBSD filesystem that allow you to use samba/microsoft network in the same manner as the network neighborhood in Microsoft Windows.
  Fossies Dox: smbnetfs-0.6.3.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

smbnetfs Documentation

Some Fossies usage hints in advance:

  1. To see the Doxygen generated documentation please click on one of the items in the steelblue colored "quick index" bar above or use the side panel at the left which displays a hierarchical tree-like index structure and is adjustable in width.
  2. If you want to search for something by keyword rather than browse for it you can use the client side search facility (using Javascript and DHTML) that provides live searching, i.e. the search results are presented and adapted as you type in the Search input field at the top right.
  3. Doxygen doesn't incorporate all member files but just a definable subset (basically the main project source code files that are written in a supported language). So to search and browse all member files you may visit the Fossies smbnetfs-0.6.3.tar.bz2 contents page and use the Fossies standard member browsing features (also with source code highlighting and additionally with optional code folding).
README
SMBNetFS is a Linux/FreeBSD filesystem that allow you to use samba/microsoft
network in the same manner as the network neighborhood in Microsoft Windows.

Features:
 - Linux-2.6 and FreeBSD >= 6.0 are supported (Linux-2.4 is not tested)
 - you can use Samba/Microsoft network as a regular unix filesystem
 - workgroup/computer/share entries are dynamically created
 - windows domain supported
 - user defined workgroup/link/hosts are supported
 - national character supported
 - in config files you can specify different user/password to access different
   network shares
 - use gnome keyring as password storage
 - you can access any computer in the world by "cd mountpoint/ip-addr"
   command, where "ip-addr" is the IP address of the desired computer. Do not
   warry that there is no file with such name :-)
 - command "cd mountpoint/username:password@computer_or_ip" allows you to
   access "computer_or_ip" as user "username" with password "password"
   (this is insecure, but usefull) 
 - the program is multithreaded, so simultaneous access to a file/share
   is possible
 - config files are reloaded every 5 min or by SIGHUP signal
 - sources

author
Mikhail Kshevetskiy <Mikhail _dot_ Kshevetskiy _at_ gmail _dot_ com>