mirror of
https://github.com/curl/curl.git
synced 2026-04-18 00:21:43 +03:00
TODO: "Create remote directories" for SMB
This commit is contained in:
parent
d58ba66eec
commit
b03f01742d
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue