Version 2.4

cfgHidePrinterShares: option to hide printers from host view.

smbwebclient-2.4.php.gz

8 Comments:

Stefano said...

I found very useful this software.
Should it be possible to remove the 8 Mbytes upload limit?

8:52 AM  
victor said...

Test your PHP.INI (post_max_size & upload_max_filesize)

9:37 AM  
a_svinolobov said...

I have some files with russian names. There are not show with this software. Is there way to coorect this problem? I've made dirty hack with showing this files, but downloading not working property. :-(

10:00 AM  
victor said...

The problem is: smbclient.

You must add to your smb.conf:
display charset = ISO8859-1

I am searching for an more elegant solution.

10:05 AM  
Wakko Warner said...

More elegant solution for russians with KOI8-R codepage is use smbwebclient.php.tar.bz2sorry to author. ;)
PS> victor, using "display charset = ISO8859-1" in smb.conf - is a very bad variant.

2:50 PM  
Wakko Warner said...

victor, please see in index.php.bz2 functions _MasterOf and _SmbClient i think this variatn better than your, because with your variant I can't get information about computer in workgroups with MB on Win-machines

4:23 PM  
a_svinolobov said...

to wakko warner:
showing with your version is ok, but downloading any file not work fine. Russian names is not in right charset.

9:45 AM  
victor said...

But, is it not better solution to set LANG at global level, instead of every time 'smbclient' is called ?

6:19 PM  

Post a Comment

<< Home