lssmb
As our project writeup specifies, this is a nice little utility script for viewing available shares offered by a Windows (or SMB/CIFS in Unix) file server as well as providing the ability to see the (matching) contents of a specified directory within a share. Not unlike our other bash-script-based software, this project relies on our clAPI framework for various functionality, so be sure this dependency is satisfied before using.
Contents
Terms
This projects' codebase is licensed under the AGPLv3 unless a valid CPL has been purchased. More information about both of these licenses can be found under the "Our Licenses" link of our homepage.
ACTIONS
Among our standard 'help', 'version', and 'update' ACTIONs, this project also contains two others - 'install' and 'show'. The 'install' ACTION simply installs the script in the "~/.bin" directory (XiniX) and "/usr/bin" for typical GNU/Linux distros. To see how easy it is to install, see the examples section.
Now that
OPTIONS
Explainations of ACTIONs OPTIONs go here
Examples
Installation is a simple 2-step process...
$ cd /path/to/uncompressed/package $ ./lssmb install
Developers
Dave Henderson (dhenderson@cliquesoft.org)