File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,12 @@ written. The file will be written using the Netscape cookie file format. If
19
19
you set the file name to a single dash, "-", the cookies will be written to
20
20
stdout.
21
21
22
+ The file specified with --cookie-jar is only used for output. No cookies will
23
+ be read from the file. To read cookies, use the --cookie option. Both options
24
+ can specify the same file.
25
+
22
26
This command line option will activate the cookie engine that makes curl
23
- record and use cookies. Another way to activate it is to use the --cookie
24
- option.
27
+ record and use cookies. The --cookie option also activates it.
25
28
26
29
If the cookie jar cannot be created or written to, the whole curl operation
27
30
will not fail or even report an error clearly. Using --verbose will get a
You can’t perform that action at this time.
0 commit comments