lssmb

From Cliquesoft
Revision as of 21:18, 24 March 2012 by Digitalpipe (Talk | contribs)

Jump to: navigation, search

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.

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

OPTIONS

Explainations of ACTIONs OPTIONs go here

Examples

Installation is a simple 2-step process... Template:Pre2

Developers

Dave Henderson (dhenderson@cliquesoft.org)