E-mail
Mike

smb to http gateway

smbgw is a web front-end to smbclient so you can download and upload files from a windows or samba server via a web interface. It requires linux, apache and php.

Installation Usage

Call index.php with the variables:
server: the name of the server to access
share: the name of the share to access

For example:
http://webserver/smbgw/index.php?server=fileserver&share=homedrive

You should be prompted for your user name and password when the page is opened. The script only uses the user name and password supplied by the user when connecting to shares.

Screenshot

Source code
version 0.1

smbgw is released under the GNU General Public License.