curl-library
running CURL program on the top of LDAP
From: De Yu Liu <bullleo2003_at_yahoo.com>
Date: Thu, 30 Sep 2004 16:05:14 -0700 (PDT)
Date: Thu, 30 Sep 2004 16:05:14 -0700 (PDT)
Greeting all:
As I know, if I call the following function:
CURL * curl;
curl=curl_easy_init();
curl_easy_setopt(curl, CURLOPT_URL, http://www.cnn.com );
curl_easy_perform(curl);
curl_easy_close(curl);
The curl program would actually do the transfer on the top of HTTP protocol. What if I want the curl program to do the transfer on the top of LDAP protocol to a LDAP server?
What should I do?
Thanks in advance.
Bill
---------------------------------
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
Received on 2004-10-01