summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-06-29 23:53:27 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-06-29 23:53:27 +0200
commitea6b812b732a90cbd3ccc0bb8242a4c01453c8b1 (patch)
tree68c65c291dfdf3e99b49a0aae23b581a4fbad73a
parent42320a712027a4dfe740a8060273b9b8acb52d62 (diff)
downloadcurl-ea6b812b732a90cbd3ccc0bb8242a4c01453c8b1.tar.gz
TODO: Add flag to specify download directory
-rw-r--r--docs/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 82640a576..11e01e04d 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -158,6 +158,7 @@
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