TODO: Add flag to specify download directory

This commit is contained in:
Daniel Stenberg 2020-06-29 23:53:27 +02:00
parent 42320a7120
commit ea6b812b73
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -158,6 +158,7 @@
18.19 expand ~/ in config files 18.19 expand ~/ in config files
18.20 host name sections in config files 18.20 host name sections in config files
18.21 retry on the redirected-to URL 18.21 retry on the redirected-to URL
18.22 Add flag to specify download directory
19. Build 19. Build
19.1 roffit 19.1 roffit
@ -1107,6 +1108,12 @@ that doesn't exist on the server, just like --ftp-create-dirs.
See https://github.com/curl/curl/issues/5462 See https://github.com/curl/curl/issues/5462
18.22 Add flag to specify download directory
A directory name to basically prepend to the file name -O and -o use. Saves
user from having to manually "cd" to the directory. Especially useful for
command lines with multiple -O and different download directories.
19. Build 19. Build
19.1 roffit 19.1 roffit