RE: wget hangs or downloads end up incomplete in Windows 2000 & X P.

2004-06-03 Thread Phillip Pi
So for, I haven't had a hang or incomplete download for a week. I think we can closely close this case. If it happens again and often, then I will reopen this case. Thanks to everyone who offered help! :) -- "If I want to be a robber, I rob the king's treasury. If I want to be a hunter, I h

POST supports multipart/form?

2004-06-03 Thread Libo Yu
I need submit a file to a web page and then download its output. The ENCTYPE files of the form is : multipart/form-data. It seems wget doesnot support multipart data. Is that right? Thanks. Libo Yu

problems with recursion

2004-06-03 Thread Nicolás Conde
Hello list. I'm new to wget, but so far I've found it very useful. Right now I'm having some trouble, though. I've tried > wget -m ftp://:@ftp.server and > wget --follow-ftp -r -nH ftp://:@ftp.server/pub/... but none of this will download the files I need. The ath dowsn't end in a f

Re: -T parameter on HP-UX port

2004-06-03 Thread Daniel Stenberg
On Thu, 3 Jun 2004, Hrvoje Niksic wrote: > It seems configure's way of checking for select simply fails on HPUX. > :-( The default configure test that checks for the presence of a function is certainly not optimal for all platforms and environments. In curl's configure script, we've resorted to

Re: -T parameter on HP-UX port

2004-06-03 Thread nvarney
That's it. I just add the line '#define HAVE_SELECT 1' in the config.h file and re-compile. And all is working fine now. Thanks a lot for your support. Best regards Nicolas Varney Hrvoje Niksic <[EMAIL PROTECTED]> on 03/06/2004 09:53:08 To: Nicolas Varney/Interne/[EMAIL PROTECTED] cc:

Re: -T parameter on HP-UX port

2004-06-03 Thread Hrvoje Niksic
[EMAIL PROTECTED] writes: > For the second point. I didn't compile wget myself, I use the version published > on HP-UX Software Porting Center (http://hpux.connect.org.uk/) > So I get the official sources and HP-UX Software Porting Center sources and > compile both version. > > Results are the sam