diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-12-30 23:49:03 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-12-30 23:49:03 +0100 |
commit | cd045e24a08a5d5a0c936d4d9e27506b0f390da7 (patch) | |
tree | e9266df903c861cc3a1592c2c7cbf173568e84e3 /docs/libcurl | |
parent | 0dc8479b89d93ebf69220d2e7d2dd769ef3ee210 (diff) |
CURLINFO_FTP_ENTRY_PATH: sftp support
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_getinfo.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_getinfo.3 b/docs/libcurl/curl_easy_getinfo.3 index 9f298ed71..2629755e8 100644 --- a/docs/libcurl/curl_easy_getinfo.3 +++ b/docs/libcurl/curl_easy_getinfo.3 @@ -206,6 +206,8 @@ Pass a pointer to a char pointer to receive a pointer to a string holding the path of the entry path. That is the initial path libcurl ended up in when logging on to the remote FTP server. This stores a NULL as pointer if something is wrong. (Added in 7.15.4) + +Also works for SFTP since 7.21.4 .IP CURLINFO_CERTINFO Pass a pointer to a 'struct curl_certinfo *' and you'll get it set to point to struct that holds a number of linked lists with info about the certificate |