From: Daniel Stenberg Date: Fri, 3 Nov 2006 12:22:13 +0000 (+0000) Subject: initial SCP support is now added X-Git-Tag: curl-7_16_1~193 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f79b52daef837d0b9ba1e0d75bae0fba9a7f30c;p=thirdparty%2Fcurl.git initial SCP support is now added --- diff --git a/docs/TODO b/docs/TODO index 80d12538cc..f53c39604c 100644 --- a/docs/TODO +++ b/docs/TODO @@ -201,9 +201,8 @@ TODO * RTSP - RFC2326 (protocol - very HTTP-like, also contains URL description) - * SFTP/SCP/SSH (no RFCs for protocol nor URI/URL format). An implementation - should most probably use an existing ssh library, such as OpenSSH. or - libssh2.org + * SFTP - SCP support is already added based on libssh2 and since the lib + supports SFTP too, it shouldn't be a lot of extra work... * RSYNC (no RFCs for protocol nor URI/URL format). An implementation should most probably use an existing rsync library, such as librsync.