mirror of
https://github.com/curl/curl.git
synced 2026-07-30 20:58:06 +03:00
TODO: 17.9 Choose the name of file in braces for complex URLs
This commit is contained in:
parent
8f78794fd5
commit
1ba6e4c88e
1 changed files with 13 additions and 0 deletions
13
docs/TODO
13
docs/TODO
|
|
@ -110,6 +110,7 @@
|
||||||
17.6 warning when setting an option
|
17.6 warning when setting an option
|
||||||
17.7 warning when sending binary output to terminal
|
17.7 warning when sending binary output to terminal
|
||||||
17.8 offer color-coded HTTP header output
|
17.8 offer color-coded HTTP header output
|
||||||
|
17.9 Choose the name of file in braces for complex URLs
|
||||||
|
|
||||||
18. Build
|
18. Build
|
||||||
18.1 roffit
|
18.1 roffit
|
||||||
|
|
@ -613,6 +614,18 @@ Currently the SMB authentication uses NTLMv1.
|
||||||
contents, they could be made more readable and thus help users working on
|
contents, they could be made more readable and thus help users working on
|
||||||
HTTP services.
|
HTTP services.
|
||||||
|
|
||||||
|
17.9 Choose the name of file in braces for complex URLs
|
||||||
|
|
||||||
|
When using braces to download a list of URLs and you use complicated names
|
||||||
|
in the list of alternatives, it could be handy to allow curl to use other
|
||||||
|
names when saving.
|
||||||
|
|
||||||
|
Consider a way to offer that. Possibly like
|
||||||
|
{partURL1:name1,partURL2:name2,partURL3:name3} where the name following the
|
||||||
|
colon is the output name.
|
||||||
|
|
||||||
|
See https://github.com/bagder/curl/issues/221
|
||||||
|
|
||||||
|
|
||||||
18. Build
|
18. Build
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue