]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: SSH over HTTPS proxy with more backends
authorDaniel Stenberg <daniel@haxx.se>
Mon, 28 Sep 2020 20:47:50 +0000 (22:47 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 29 Sep 2020 05:50:15 +0000 (07:50 +0200)
... as right now only the libssh2 backend supports it.

docs/TODO

index 7e2fc70110a546fb43c296173c03b1314d28e9c0..16e82e126df2c57483de786c605895057382fc84 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  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