smbwebclient.php
is a simple
PHP script that allows users to access Windows networks from a Web browser
(using Samba tools). This is an adaptation for a responsive layout using
Foundation, instead of the itchish
Windows-XP-like original interface.
This is how it looks like:
Make sure you have smbclient
installed in your server, and then clone the project to an available web directory:
git clone http://github.com/vmassuchetto/smbwebclient.git smbwebclient
Create the file smbwebclient-config.php
with your settings using the
smbwebclient-config-sample.php
. Refer to the line 53 in smbwebclient.php
for the available options.
cp smbwebclient-config-sample.php smbwebclient.php