]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: Directory listing for FILE:
authorDaniel Stenberg <daniel@haxx.se>
Thu, 7 Jan 2021 15:16:13 +0000 (16:16 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 7 Jan 2021 15:17:13 +0000 (16:17 +0100)
Ref #6379

docs/TODO

index 70f1bec1a5fc9a10db182d166b5cf86999b78eb7..260d68610fcb473f1f437efe87ffa4f68968076a 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  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
 
 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