Mailing Lists
| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Re: SSH issues
From: Abel Alonso <abelalon_at_gmail.com>
Date: Fri, 3 Aug 2007 10:55:44 +0200
>
I think that i need to set some additional option to work with ssh, but i
The code I used to connect is the following:
char errorMsg[CURL_ERROR_SIZE];
CURL *curl;
CURLcode res = CURLE_OK;
curl = curl_easy_init();
curl_easy_setopt(curl, CURLOPT_ERRORBUFFER, errorMsg );
curl_easy_setopt(curl, CURLOPT_VERBOSE, TRUE);
curl_easy_setopt(curl, CURLOPT_URL, remUrl);
res = curl_easy_perform(curl);
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info