mirror of
https://github.com/curl/curl.git
synced 2026-05-30 04:47:29 +03:00
TODO: "SFTP with SCP://"
This commit is contained in:
parent
7e99db829c
commit
7befbe9ce9
1 changed files with 7 additions and 0 deletions
|
|
@ -140,6 +140,7 @@
|
|||
17.3 Read keys from ~/.ssh/id_ecdsa, id_ed25519
|
||||
17.4 Support CURLOPT_PREQUOTE
|
||||
17.5 SSH over HTTPS proxy with more backends
|
||||
17.6 SFTP with SCP://
|
||||
|
||||
18. Command line tool
|
||||
18.1 sync
|
||||
|
|
@ -941,6 +942,12 @@
|
|||
functionality with the libssh2 backend. Presumably, this support
|
||||
can/could be added for the other backends as well.
|
||||
|
||||
17.6 SFTP with SCP://
|
||||
|
||||
OpenSSH 9 switched their 'scp' tool to speak SFTP under the hood. Going
|
||||
forward it might be worth having curl or libcurl attempt SFTP if SCP fails to
|
||||
follow suite.
|
||||
|
||||
18. Command line tool
|
||||
|
||||
18.1 sync
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue