"Suhas Tembe" <[EMAIL PROTECTED]> writes: > I tried, but it doesn't seem to have worked. This what I did: > > wget --save-cookies=cookies.txt > http://customer.website.com?UserAccount=USER&AccessCode=PASSWORD&Locale=English > (United States)&TimeZone=(GMT-5:00) Eastern Standard Time (USA & > Canada)&action-Submit=Login
Hopefully you used quotes to protect the spaces in URLs from the shell? After the first command, does `cookies.txt' contains what looks like a valid cookie?
