summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-01-21 21:05:55 +0000
committerSteve Holme <steve_holme@hotmail.com>2016-01-21 21:05:55 +0000
commitb03f01742df5e070db3eb89f6ef25ad64cdade38 (patch)
treefa9fa24c42b33525db60e71c80ed0742d3ab294f
parentd58ba66eeceb5a290ecd50f596606a7f77d68b4b (diff)
downloadcurl-b03f01742df5e070db3eb89f6ef25ad64cdade38.tar.gz
TODO: "Create remote directories" for SMB
-rw-r--r--docs/TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index f06e71355..fbc526f14 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -84,6 +84,7 @@
11.1 File listing support
11.2 Honor file timestamps
11.3 Use NTLMv2
+ 11.4 Create remote directories
12. New protocols
12.1 RSYNC
@@ -525,6 +526,11 @@ The timestamp of the transferred file should reflect that of the original file.
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.
+
12. New protocols
12.1 RSYNC