I've added support for cookies to the local CVS.  Unfortunately,
Tomasz's code proved too unstable to be useful, so I rolled out my
own.

Please take look at it and let me know if it works for you.  I've
tested it with Google and some other sites.  "Works for me."

Executive summary:

New options:
       --cookies=no          don't use cookies.
       --load-cookies=FILE   load cookies from FILE before session.
       --save-cookies=FILE   save cookies to FILE after session.

New .wgetrc commands:
       cookies = <boolean>
       load_cookies = <file>
       save_cookies = <file>

Wget should be able to read Netscape's cookie file, so you can test it
by putting `load_cookies = /your/home/dir/.netscape/cookies.txt'.
Then you can check whether `wget YOUR-FAVORITE-URL' returns a
personalized version of it.

Reply via email to