SoloCDM <[EMAIL PROTECTED]> writes:

> I know the default for --cookies is on, but I used it as
> --cookies=on, and the following error message displayed:
> 
> wget: option `--cookies' doesn't allow an argument

Thanks for the report; this should now be fixed in CVS.

> Even without the cookie option on the command-line, I tried to
> download a file that requires acceptance of the cookie and the
> following was recorded in a log file:

Such a report is almost useless without also specifying `-d'.  This is
because -d will make Wget log not only its full conversation with the
server, but its actions while parsing and managing the cookies.

> I know downloading this file da51.zip requires acceptance of a
> cookie, because I download it in Netscape with the cookies option
> on and the download was successful.  Without the cookies option on
> in Netscape, I get the same errors as the log file.

It seems that you forgot to tell Wget where your cookies are stored,
e.g. using `--load-cookies ~/.netscape/cookies.txt'.

Reply via email to