| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
RE: libcurl function to specify IP address of webserver (bypassin g DNS)
From: Becker, Dan <dbecker_at_3eti.com>
Date: Wed, 9 Jul 2003 09:59:58 -0400
Henrik,
I just use sprintf to handle the name mangling, relatively clean. It goes
// WARNING these strings must stay around between curl_easy_setopt &
cur_ip_addr = current_web_site->list_of_ip_addresses;
cur_ip_addr = cur_ip_addr->next_ip_addr;
Dan
----------------------------------------------------------------------
-----Original Message-----
Greetings!
I am happily using libcurl to build an add-on for the Big Brother
One thing I am missing is the ability to control exactly which
So my question is: Would it be possible to implement a libcurl
curl_easy_setopt(handle, CURLOPT_SERVER_IP, "192.168.1.2");
I guess it *could* be done by mangling the URL to replace the
-- Henrik Storner ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofappsReceived on 2003-07-09 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info