Receiving Files From PHP Script

2004-01-12 Thread www.mail
Hi,

When I use wget to retrieve files such as:

http://www.some-server.com/download.php?id=1633fileid=100036filename=this_file.mp3

wget saves the file with the name:

[EMAIL PROTECTED]fileid=100036filename=this_file.mp3

Is there any way I can get wget to save it simply as this_file.mp3, without 
having to explicitly rename the 3500+ files that I want to download?  When 
I save the file using Internet Explorer 6, it is saved as this_file.mp3.

I have read the help files and searched the web, but i can't find any 
information on this.  Please help.

I am using version 1.9.1 on Windows 2000.

Thanks for your time.

Jonny



Re: wget error: symbol not exported

2004-01-12 Thread Hrvoje Niksic
Zhehong Ying [EMAIL PROTECTED] writes:

 Then I moved the wget directory (sub-directory bin etc info man
 share) into a staging box (AIX 5.1.0.0). There is no gcc installed
 in the staging box because we can not install a C compiler in this
 box for security.

 Then by running bin/wget as a non-root, I got errors as

 wget/bin# ./wget
 exec(): 0509-036 Cannot load program ./wget because of the following
 errors:
 0509-130 Symbol resolution failed for wget because:
 0509-136   Symbol strcmp (number 134) is not exported from
dependent module /usr/lib/libintl.a(shr.o).
 0509-136   Symbol bcopy (number 135) is not exported from
dependent module /usr/lib/libintl.a(shr.o).
 0509-192 Examine .loader section symbols with the
  'dump -Tv' command.

 I have /usr/lib/libintl.a file in the directory.

I don't understand the intricacies of the AIX linker, so I can only
offer guesswork.  The error seems to be related to libintl.a, so the
first thing I'd try is configuring Wget with `--disable-nls'.

 How to fix for such errors without installing gcc in the box?

Wget doesn't require GCC to build -- it should compile fine with the
native (or a third-party) compiler.  If you don't have any C compiler
on the system, at least consider compiling Wget on a box running the
same version of AIX.


Re: Spaces in directories/files are converted to '@' symbol.

2004-01-12 Thread Hrvoje Niksic
[EMAIL PROTECTED] writes:

 I've notice that spaces in directories/files are automatically converted
 to  '@' character.  Is there any way to turn this option off?

 e.g.   template directory   =   [EMAIL PROTECTED]

I don't see this behavior.  Which version of Wget are you running, and
under what OS?  More detail might help.


Re: wget bug

2004-01-12 Thread Hrvoje Niksic
Kairos [EMAIL PROTECTED] writes:

 $ cat wget.exe.stackdump
[...]

What were you doing with Wget when it crashed?  Which version of Wget
are you running?  Was it compiled for Cygwin or natively for Windows?


wget for PocketPC / WinCE?

2004-01-12 Thread Martin aus Chemnitz
Hi list!

I would love to have the power of wget on my PocketPC. (I would write a 
GUI perhaps.) Is there any project underway to make the necessary 
modifications? This would be fantastic!

OpenSSL is easily compilable for WinCE with the step by step 
instructions, BTW.

Thanks a lot for all your time you spend on wget!

Martin