| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Connect only
From: Jacob Hooysma <jacob.hooysma_at_gmail.com>
Date: Wed, 3 Dec 2008 15:39:59 +0100
Hello All,
I'm trying to setup an ftp connection using Libcurl 7.19.2.
What I want to do is a CURLOPT_CONNECT_ONLY in order to use the recv function.
My init :
curlResult = curl_global_init(CURL_GLOBAL_ALL);
//Create easy Curl object
//set curl Parameters if handle is valid
//Set url
//Set username and password
//Only connect
}
curlResult = curl_easy_setopt(m_curlFtpHandle, CURLOPT_RESUME_FROM,
curlResult = curl_easy_perform(m_curlFtpHandle);
I get a connection with my ftp server. But the easy_perform function
output of libcurl:
And now I don't understand why i cannot create a connect only
Best regards,
Jacob
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info