That helps too, thanks.  

We tried to upgrade to 1.11.1 today.  Unix admin has run into some
problems installing it.

"I normally get a pre-compiled depot because it is easier. I installed
1.11.1 from a reliable depot, but it did not work. I had to create a
couple of links to libraries, but in the end something is missing.  So
then I got the source for 1.11.1 and tried to compile that. I am running
into a parse error with that. 

We currently have gcc version 3.2 on our systems. The latest is 4.2.X,
but I am un-willing to install that as we are using some programs
compiled with v3.2 and do not want to break those."

What version of WGET works with gcc 3.2?  

Please cc me as I am not on the mailing list.

Thanks,
Kevin


-----Original Message-----
From: Charles [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 26, 2008 8:33 PM
To: Kevin Low
Cc: wget@sunsite.dk
Subject: Re: cannot log on to Oracle portal/apache - full request -
ignore previous

On Wed, Mar 26, 2008 at 11:17 PM,  <[EMAIL PROTECTED]> wrote:
> Can you help me figure out how to use wget to "log in to this page"?  
> Once logged in, I am intending to do a recursive download, or mirror.

Normally the steps should be like these:

1. wget --post-data="uname=username&pwd=password"
--keep-session-cookies --save-cookies=cookies.txt
http://uxspaap1.buffetsinc.com:7777/pls/portal30/PORTAL30.wwptl_login.lo
gin_url
2. wget --load-cookies=cookies.txt -r -l 1 http://the-url-after-login

Reply via email to