Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 997 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 997 Bytes

SMBWebClient

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:

Screenshot

Installation and Configuration

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