Well, cookies are simply sent as header values. wget supports sending additional headers with the '--header=' parameter. For example:
wget --header="Set-Cookie: foo=bar" http://www.blah.org/index.html For detailed information about the syntax of the 'Set-Cookie' header go to http://developer.netscape.com and do a search on 'cookie' and you'll find their document which describes the cookie header and more stuff about cookies. Mario Filipe wrote: > hi > > Does anyone know if there is a wget like package that allows us to "send > cookies"? thanks -- Jens B. Jorgensen [EMAIL PROTECTED] -- Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null