Version 2.1

Two big features have been added: the ability to download a folder in .TGZ format, and the ability to rename a file/folder (as suggested by C. Heaven)

smbwebclient-2.1.tgz

5 Comments:

Anonymous said...

Hi!
I have some trouble setting up smbwebclient.
I have one server (not the one I will be running the script from) lets say its name is computer.net.se and I want to connect to \\computer.net.se\username
I cant get that to work properly. And I'm not sure what Im doing wrong.
Do you have any ideas?
nisse@gmail.com

9:51 AM  
victor said...

Hello,

1) You need SMB access from your web server to this computer

try: smbclient //computer/homes -N -U user%password

2) Set your cfgSambaRoot to

var $cfgSambaRoot = 'your-domain/computer/homes';

10:07 AM  
Anonymous said...

Thanks I got it working!
I did a smbclient -L computer.net.se
the problem was that I put \\computer.net.se\homes when I should have put STAFF/COMPUTER/homes.
I have som additional question.
I see some blue icons to the right of all the files and icons. It looks like a small computer. I dont understand what is supposed to happen when I click on it?
Is it possible to have a menu of a couple of servers that is possible to connect to?
Nisse
nilserik@gmail.com (I wrote the wrong address at my last post)

10:39 AM  
victor said...

They are for renaming files and folders.
I see they are not easy to understand (I will change in futures releases)

11:23 AM  
Anonymous said...

Hi again!
I have been exploring smbwebclient a bit now, I have some suggestions.

The rename feature (which is the blue icon to the right) should perhaps be in the dropdown menu so that all file actions are concentrated in one place, it will be easier for the user to understand.

The language is automaticly detected from the browser (I belive) I get diffrent results from another computer. The should be a drop down menu so that if I am surfing from a French computer I can choose to read the actions in swedish. And since all the translation is inside the php file it should be really easy.

Download as .zip would be a nice feature, tgz is great but not that many windows people know how to open them.

Great php program!!

nilserik@gmail.com

1:18 PM  

Post a Comment

<< Home