From: Daniel Stenberg Date: Sun, 10 Apr 2022 08:35:39 +0000 (+0200) Subject: TODO: "SFTP with SCP://" X-Git-Tag: curl-7_83_0~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7befbe9ce97d6f9a1525a0fcbf5cbc5ad50546e3;p=thirdparty%2Fcurl.git TODO: "SFTP with SCP://" --- diff --git a/docs/TODO b/docs/TODO index fd60bacad6..3d828203d9 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