diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-11-02 22:10:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-11-02 22:10:18 +0000 |
commit | 675f6a8901cc1668af30d6c5e6b428eeb1984498 (patch) | |
tree | de11cb2bb69daac7ee58ac15c66e7b4a2bbb884c /CHANGES | |
parent | 2147284cad624325f5b0034c2f394db62086d9e6 (diff) |
mention the new options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -10,6 +10,12 @@ Daniel (2 November 2006) - James Housley brought support for SCP transfers, based on the libssh2 library for the actual network protocol stuff. + Added these new curl_easy_setopt() options: + + CURLOPT_SSH_AUTH_TYPES + CURLOPT_SSH_PUBLIC_KEYFILE + CURLOPT_SSH_PRIVATE_KEYFILE + Version 7.16.0 (30 October 2006) Daniel (25 October 2006) |