diff options
author | Bjorn Stenberg <bjorn@haxx.se> | 2010-01-23 20:07:12 +0000 |
---|---|---|
committer | Bjorn Stenberg <bjorn@haxx.se> | 2010-01-23 20:07:12 +0000 |
commit | 80675818e0417be8c991513b328c5507e93b47e5 (patch) | |
tree | a037fe7fa6c77a58d75f6eeca8b4ee74aac8f0b3 /docs | |
parent | b0e2d47a3e8a8911b14deca5733254eff949e410 (diff) |
Added -J/--remote-header-name.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 35b4e6330..99df16eb2 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -608,6 +608,9 @@ time only. make it discard all "session cookies". This will basically have the same effect as if a new session is started. Typical browsers always discard session cookies when they're closed down. +.IP "-J/--remote-header-name" +(HTTP) This option tells the -O/--remote-name option to use the server-specified +Content-Disposition filename instead of extracting a filename from the URL. .IP "-k/--insecure" (SSL) This option explicitly allows curl to perform "insecure" SSL connections and transfers. All SSL connections are attempted to be made secure by using |