summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-09-28 22:47:50 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-09-29 07:50:15 +0200
commita7de1c0d81e67fba8c2fe78acdee23cf3a9e3699 (patch)
treeca1d0b7173c8288f1140e8a10b8cacfb1043c4b7
parentedfb6168e9d3c7d3b0befc6977c2256c095a6690 (diff)
downloadcurl-a7de1c0d81e67fba8c2fe78acdee23cf3a9e3699.tar.gz
TODO: SSH over HTTPS proxy with more backends
... as right now only the libssh2 backend supports it.
-rw-r--r--docs/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 7e2fc7011..16e82e126 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -137,6 +137,7 @@
17.2 Handle growing SFTP files
17.3 Support better than MD5 hostkey hash
17.4 Support CURLOPT_PREQUOTE
+ 17.5 SSH over HTTPS proxy with more backends
18. Command line tool
18.1 sync
@@ -930,6 +931,13 @@ that doesn't exist on the server, just like --ftp-create-dirs.
The two other QUOTE options are supported for SFTP, but this was left out for
unknown reasons!
+17.5 SSH over HTTPS proxy with more backends
+
+ The SSH based protocols SFTP and SCP didn't work over HTTPS proxy at
+ all until PR https://github.com/curl/curl/pull/6021 brought the
+ functionality with the libssh2 backend. Presumably, this support
+ can/could be added for the other backends as well.
+
18. Command line tool
18.1 sync