summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index fd60bacad..3d828203d 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -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