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. :-(
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.
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
8 Comments:
I found very useful this software.
Should it be possible to remove the 8 Mbytes upload limit?
Test your PHP.INI (post_max_size & upload_max_filesize)
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. :-(
The problem is: smbclient.
You must add to your smb.conf:
display charset = ISO8859-1
I am searching for an more elegant solution.
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.
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
to wakko warner:
showing with your version is ok, but downloading any file not work fine. Russian names is not in right charset.
But, is it not better solution to set LANG at global level, instead of every time 'smbclient' is called ?
Post a Comment
<< Home