summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-08-04 16:09:08 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-08-04 16:09:08 +0200
commit28f22a9524776bdcbbea4c06a1369b0a44e6533e (patch)
tree9d87f922ce4e6908cdc8f381606cd2054f1003f3
parenta1e0b7922a4a54fe9f7487ed71958d346d453a05 (diff)
downloadcurl-28f22a9524776bdcbbea4c06a1369b0a44e6533e.tar.gz
TODO: Set the modification date on an uploaded file
Closes #5768
-rw-r--r--docs/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index d1a3a75ec..6158d23bf 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -159,6 +159,7 @@
18.20 host name sections in config files
18.21 retry on the redirected-to URL
18.22 Add flag to specify download directory
+ 18.23 Set the modification date on an uploaded file
19. Build
19.1 roffit
@@ -1116,6 +1117,13 @@ that doesn't exist on the server, just like --ftp-create-dirs.
user from having to manually "cd" to the directory. Especially useful for
command lines with multiple -O and different download directories.
+18.23 Set the modification date on an uploaded file
+
+ For SFTP and posssibly FTP, curl could offer an option to set the
+ modification time for the uploaded file.
+
+ See https://github.com/curl/curl/issues/5768
+
19. Build
19.1 roffit