mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:54:17 +03:00
curl.1: mention that -O does no URL decoding
This commit is contained in:
parent
d7d8a8f922
commit
6901861fc9
1 changed files with 3 additions and 0 deletions
|
|
@ -1062,6 +1062,9 @@ Consequentially, the file will be saved in the current working directory. If
|
|||
you want the file saved in a different directory, make sure you change current
|
||||
working directory before you invoke curl with the \fB-O, --remote-name\fP flag!
|
||||
|
||||
There is no URL decoding done on the file name. If it has %20 or other URL
|
||||
encoded parts of the name, they will end up as-is as file name.
|
||||
|
||||
You may use this option as many times as the number of URLs you have.
|
||||
.IP "--oauth2-bearer"
|
||||
(IMAP, POP3, SMTP)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue