TODO: "SFTP with SCP://"

This commit is contained in:
Daniel Stenberg 2022-04-10 10:35:39 +02:00
parent 7e99db829c
commit 7befbe9ce9
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -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