mirror of
https://github.com/curl/curl.git
synced 2026-05-01 17:47:56 +03:00
cookie-jar.d: enphasize that this option is ONLY writing cookies
Reported-by: Dan Jacobson Tweaked-by: Jay Satiro Ref: #11642 Closes #11661
This commit is contained in:
parent
686951f7be
commit
00ac47bfaa
1 changed files with 5 additions and 2 deletions
|
|
@ -19,9 +19,12 @@ written. The file will be written using the Netscape cookie file format. If
|
|||
you set the file name to a single dash, "-", the cookies will be written to
|
||||
stdout.
|
||||
|
||||
The file specified with --cookie-jar is only used for output. No cookies will
|
||||
be read from the file. To read cookies, use the --cookie option. Both options
|
||||
can specify the same file.
|
||||
|
||||
This command line option will activate the cookie engine that makes curl
|
||||
record and use cookies. Another way to activate it is to use the --cookie
|
||||
option.
|
||||
record and use cookies. The --cookie option also activates it.
|
||||
|
||||
If the cookie jar cannot be created or written to, the whole curl operation
|
||||
will not fail or even report an error clearly. Using --verbose will get a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue