Branches
Comments
[»]
little problem with zip download
by Jonathan - Jul 30th 2007 02:11:53
I recently installed smbwebclient 2.9 on my web server. I am very impressed
with your work, although I have one small problem. When I use the option to
download the folder as a zip file, it fails. My apache error log shows the
following:
zip error: Nothing to do! (try: zip -r -q /tmp/swcZvAi6vD.zip . -i *)
cat: /tmp/swcZvAi6vD.zip: No such file or directory
rm: cannot remove `/tmp/swcZvAi6vD.zip': No such file or directory
Obviously I checked that /tmp is world-writeable. Following the suggestion
in the first line of that error log, i added ". -i" into line 227
of the script, which gave the following error:
zip error: Nothing to do! (/tmp/swcZYV18Be.zip)
cat: /tmp/swcZYV18Be.zip: No such file or directory
rm: cannot remove `/tmp/swcZYV18Be.zip': No such file or directory
I am using the following versions of software
CentOS 5.0
Kernel 2.6.18-8.1.8.el5
Apache 2.2.3
PHP 5.1.6
zip 2.31
tar 2:1.15.1-23.el5
I had a look at the script code, but I am not familiar with php. I hope
you can help me to fix this problem!
Many thanks in advance,
Jonathan
[reply]
[top]
[»]
I Love it
by Mark Dods - Dec 12th 2005 18:16:42
I Love this script! Its just what I need to give a single Mac running OS9.1
access to files on a Samba server. Definitely one I'll keep in my
'toolbox'.
[reply]
[top]
[»]
acentos
by abo - May 27th 2005 08:49:09
bones!
tengo problemas con archivos y directorios que contengan acentos. he leido
algo relacionado con un bug de smbclient. se sabe algo de esto? hay alguna
solución?
gracias
[reply]
[top]
[»]
does this software work on the windows operating system?
by Jon Williams - Mar 11th 2005 10:13:19
Hello,
will this software work on the windows operating system without using
"smbclient" but rather the windows "net" client?
[reply]
[top]
[»]
Re: does this software work on the windows operating system?
by Victor M. Varela - Mar 11th 2005 13:44:08
> Hello,
>
> will this software work on the windows
> operating system without using
> "smbclient" but rather the
> windows "net" client?
I would accept help to develop this feature. It is very interesting.
[reply]
[top]
[»]
Re: does this software work on the windows operating system?
by John Ericson - Apr 22nd 2006 16:51:01
I would love to help you with implementing this since this is exactly what
I need. I'm sending you an e-mail.
[reply]
[top]
[»]
doesn't work !! (can't upload files larger than 1 to 2 mb)
by ip.guy - Dec 20th 2004 18:51:16
upload anything up to 1.5mb and your fine, try uploading a larger file and
the upload fales... another problem, the developer's email address is
bad....
[reply]
[top]
[»]
Re: doesn't work !! (can't upload files larger than 1 to 2 mb)
by Victor M. Varela - Dec 21st 2004 00:53:34
> upload anything up to 1.5mb and your
> fine, try uploading a larger file and
> the upload fales... another problem, the
> developer's email address is bad....
Test your PHP.INI (post_max_size & upload_max_filesize)
Yes, my email address is vmvarela at gmail.com.
[reply]
[top]
|