summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-01-07 16:16:13 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-01-07 16:17:13 +0100
commita56f263cdc72cef293bda899a0ae482a89502fa2 (patch)
tree8a6926a7f23b19239ceaa0a5c5033f6e80a8e396
parentf52c6981c53ae55b3f9e9179c698a66bd2f7b655 (diff)
downloadcurl-a56f263cdc72cef293bda899a0ae482a89502fa2.tar.gz
TODO: Directory listing for FILE:
Ref #6379
-rw-r--r--docs/TODO25
1 files changed, 17 insertions, 8 deletions
diff --git a/docs/TODO b/docs/TODO
index 70f1bec1a..260d68610 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -101,7 +101,8 @@
11.3 Use NTLMv2
11.4 Create remote directories
- 12. New protocols
+ 12. FILE
+ 12.1 Directory listing for FILE:
13. SSL
13.1 TLS-PSK with OpenSSL
@@ -692,23 +693,31 @@
11.1 File listing support
-Add support for listing the contents of a SMB share. The output should probably
-be the same as/similar to FTP.
+ Add support for listing the contents of a SMB share. The output should
+ probably be the same as/similar to FTP.
11.2 Honor file timestamps
-The timestamp of the transferred file should reflect that of the original file.
+ The timestamp of the transferred file should reflect that of the original
+ file.
11.3 Use NTLMv2
-Currently the SMB authentication uses NTLMv1.
+ Currently the SMB authentication uses NTLMv1.
11.4 Create remote directories
-Support for creating remote directories when uploading a file to a directory
-that doesn't exist on the server, just like --ftp-create-dirs.
+ Support for creating remote directories when uploading a file to a directory
+ that doesn't exist on the server, just like --ftp-create-dirs.
+
+
+12. FILE
+
+12.1 Directory listing for FILE:
+
+ Add support for listing the contents of a directory accessed with FILE. The
+ output should probably be the same as/similar to FTP.
-12. New protocols
13. SSL