Version 2.6
Thanks to Kazuo Saito for his patch to display file names
correctly if the name uses not ISO-8859-1 charset.
Thanks to Marcin Gaszewski for updating Polish translation.
smbwebclient-2.6.php.gz
I have written a simple demo of smbwebclient.php. You can also see the source code (just a few lines).
5 Comments:
Hi Victor,
thanks for the new version. But 2.6 has same problems as in 2.5:
smbwebclient creates many tempfiles a la sess_7d034cf50acc985932876b24d2fc1716 in /tmp.
vmeis 1.0.9 # cat sess_7d034cf50acc985932876b24d2fc1716
swcLanguage|s:2:"de";swcAuthSubmit|b:1;
For 'Rename selected items' and 'Download this folder (.tgz)' the language (DE) is not recognized. All the other options in the drop down box are in german.
der tom
You know what would be great ? A dual pane explorer like interface ;)
Thanks for your hard work.
smbwebclient make use of PHP sessions, these files are normal.
I do not speak german, please send me that translation.
Hi Victor,
if I recall correctly, version 2.0.20 leaves no files in /tmp. Was this a version without PHP sessions?
;)
Translation for 'Rename selected items':
Markierte Datei(en)/Ordner umbenennen
Translation for 'Download this folder (.tgz)':
Herunterladen des Ordners (.tgz)
But:
I think, this has to be:
Download this item (.tgz)'
and
Datei(en)/Ordner herunterladen (.tgz)
because it is also possible to download _files_ as tgz and not only folders...
Thanks a lot for your software!
der tom
Let me tell you a small suggestion for your great software: instead of self referencing your file with the hardcoded value 'smbwebclient.php' in the links ('a' elements), use the superglobal PHP variable "$PHP_SELF", so as the .php filename can be renamed to whatever the users like.
Regards,
knocte
Post a Comment
<< Home