cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Using curl to download CBOE csv file quotes...help!

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 29 Jan 2011 17:17:59 +0100 (CET)

On Sat, 29 Jan 2011, dsisk_at_nc.rr.com wrote:

> So there are cookies involved. Doesn't curl support a way to pass cookies
> to a site? Any idea how to formulate the curl command with cookie data in
> this particular situation?

Sure it does. Use -c to store them to a file and -b to read them from a file.

Surely searching for "cookie" in the man page would've found these...

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2011-01-29