mirror of
https://github.com/curl/curl.git
synced 2026-07-10 09:57:14 +03:00
TODO: drop all SMB ideas
SMB is about to be removed, no point in adding new SMB things now. Closes #22241
This commit is contained in:
parent
fecff6e610
commit
417189f360
1 changed files with 0 additions and 25 deletions
25
docs/TODO.md
25
docs/TODO.md
|
|
@ -444,31 +444,6 @@ use text frames.
|
|||
An abandoned attempt to add support for this exists in [PR
|
||||
22093](https://github.com/curl/curl/pull/22093).
|
||||
|
||||
# SMB
|
||||
|
||||
## Support modern versions
|
||||
|
||||
curl only supports version 1, which barely anyone is using anymore.
|
||||
|
||||
## File listing support
|
||||
|
||||
Add support for listing the contents of an SMB share. The output should
|
||||
probably be the same as/similar to FTP.
|
||||
|
||||
## Honor file timestamps
|
||||
|
||||
The timestamp of the transferred file should reflect that of the original
|
||||
file.
|
||||
|
||||
## Use NTLMv2
|
||||
|
||||
Currently the SMB authentication uses NTLMv1.
|
||||
|
||||
## Create remote directories
|
||||
|
||||
Support for creating remote directories when uploading a file to a directory
|
||||
that does not exist on the server, like `--ftp-create-dirs`.
|
||||
|
||||
# FILE
|
||||
|
||||
## Directory listing on non-POSIX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue