RE: Newbie Question - DNS Failure

2007-01-22 Thread Terry Babbey
I installed wget on a HP-UX box using the depot package. Which depot package? (Anyone can make a depot package.) Depot package came from http://hpux.connect.org.uk/hppd/hpux/Gnu/wget-1.10.2/ Which wget version (wget -V)? 1.10.2 Built how? Installed using swinstall Running on which HP-UX

wget-1.10.2 cookie expiry bug

2007-01-22 Thread Jay Soffian
(Resend as I've received no reply to the original message.) Kind wget maintainers, I believe I found a bug in the wget cookie expiry handling. Recently I was using wget receiving back a cookie with an expiration of Sun, 20-Sep-2043 19:37:28 GMT. This fits inside a 32-bit unsigned long but

Exit Codes

2007-01-22 Thread Gerard Seibert
Does the latest version of 'wget' support exit codes? I know that the older versions did not. Thanks! -- Gerard I feel sorry for people who don't drink. When they wake up in the morning, that is as good as they are going to feel all day. Frank Sinatra

wget

2007-01-22 Thread Nirav Shah
Hello, I have been trying to get the command wget to download all files from a directory, but no matter what I try, all it does is download index.html I have tried many variations such as: (I've even tried each of the following with a / after build1) wget -A * http://www.domain.com/build1 wget

Re: Newbie Question - DNS Failure

2007-01-22 Thread Steven M. Schweda
From: Terry Babbey Built how? Installed using swinstall How the depot contents were built probably matters more. Second guess: If DNS works for everyone else, I'd try building wget (preferably a current version, 1.10.2) from the source, and see if that makes any difference.