diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-11-03 12:22:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-11-03 12:22:13 +0000 |
commit | 7f79b52daef837d0b9ba1e0d75bae0fba9a7f30c (patch) | |
tree | 87a62e7ea483e4eb2abf24b25f72fc9c04faad70 /docs | |
parent | db680edc26587888b3639adc77b4e38188eb6b77 (diff) | |
download | curl-7f79b52daef837d0b9ba1e0d75bae0fba9a7f30c.tar.gz |
initial SCP support is now added
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TODO | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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. |