Re: wget ftp url syntax is wrong

2001-02-28 Thread Hrvoje Niksic

"Dan Harkless" [EMAIL PROTECTED] writes:

 By the way, neither "//" nor "/%2F" works in 1.7-dev.  Perhaps we
 broke that when we fixed the problem where recursive FTP 'wget's
 assumed that logging in always put you in '/'?

I believe some of Jan's changes broke it.  Also, the standard idiom:

wget -r ftp://username:password@host//path/to/home/something

no longer works.



Re: wget ftp url syntax is wrong

2001-02-28 Thread Jan Prikryl

  By the way, neither "//" nor "/%2F" works in 1.7-dev.  Perhaps we
  broke that when we fixed the problem where recursive FTP 'wget's
  assumed that logging in always put you in '/'?
 
 I believe some of Jan's changes broke it.  Also, the standard idiom:
 
 wget -r ftp://username:password@host//path/to/home/something
 
 no longer works.

Aargh. I will have a look at it.

-- jan 




Compiled wget on HP-UX 11.0

2001-02-28 Thread Al Wheeler

Hello,
Your documentation said that wget had been successfully compiled on HP-UX 9 
and others.  I did not know which others, so I figured I would tell you I 
got it done on HP-UX 11.0.
I did have a bit of a struggle with it at first, as our webserver's compiler 
gave errors in the log.c about prototyping being an ANSI feature.  I moved 
it and retried on our other HP-UX box (housing our App server) and it worked 
right out of the gate.  I checked the patches on both machines and then 
diff'd them, and there are differences, I just haven't the time right now to 
look the differences over completely.
I will try to do that soon, and when I find what the cause was I will tell 
you.
Other than our patches (or lack thereof) it worked fine immediately out of 
the tar extraction on HP-UX 11.0.
Thanks!
Al Wheeler

Senior Developer
Keyeon
_
Get your FREE download of MSN Explorer at http://explorer.msn.com




Re: Compiled wget on HP-UX 11.0

2001-02-28 Thread Dan Harkless


"Al Wheeler" [EMAIL PROTECTED] writes:
 Hello,
 Your documentation said that wget had been successfully compiled on HP-UX 9 
 and others.  I did not know which others, so I figured I would tell you I 
 got it done on HP-UX 11.0.
 I did have a bit of a struggle with it at first, as our webserver's compiler 
 gave errors in the log.c about prototyping being an ANSI feature.  

Are you using HP's CC compiler?  If so, you should use the -Ae option to
enable ANSI and extensions.

 I moved 
 it and retried on our other HP-UX box (housing our App server) and it worked 
 right out of the gate.  I checked the patches on both machines and then 
 diff'd them, and there are differences, I just haven't the time right now to 
 look the differences over completely.
 I will try to do that soon, and when I find what the cause was I will tell 
 you.
 Other than our patches (or lack thereof) it worked fine immediately out of 
 the tar extraction on HP-UX 11.0.

Thanks, Al.  The OS isn't quite enough, though -- the values in the MACHINES
file include the architecture as well.  Can you send us the output of the
config.guess script (in the top level of the Wget source distribution) for
those machines?

I've modified the MACHINES file to explicitly say to send config.guess
output, so this won't be an issue in the future.

---
Dan Harkless| To help prevent SPAM contamination,
GNU Wget co-maintainer  | please do not mention this email
http://sunsite.dk/wget/ | address in Usenet posts -- thank you.