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.login_url
2. wget --load-cookies=cookies.txt -r -l 1 http://the-url-after-login

Reply via email to