]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: Add flag to specify download directory
authorDaniel Stenberg <daniel@haxx.se>
Mon, 29 Jun 2020 21:53:27 +0000 (23:53 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 29 Jun 2020 21:53:27 +0000 (23:53 +0200)
docs/TODO

index 82640a576b1687a7826ac26179fc07b517338481..11e01e04d64677f77905a23fb1ab30251d8b7f60 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  18.19 expand ~/ in config files
  18.20 host name sections in config files
  18.21 retry on the redirected-to URL
+ 18.22 Add flag to specify download directory
 
  19. Build
  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
 
+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.1 roffit