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:

der tom said...

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

1:00 AM  
Anonymous said...

You know what would be great ? A dual pane explorer like interface ;)
Thanks for your hard work.

9:49 AM  
victor said...

smbwebclient make use of PHP sessions, these files are normal.

I do not speak german, please send me that translation.

9:57 AM  
der tom said...

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

3:14 PM  
Anonymous said...

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

2:37 PM  

Post a Comment

<< Home