On Wed, Jul 1, 2009 at 5:42 PM, Chris Tracewell<[email protected]> wrote: > I've gotten libcurl linked and ready to use thanks to many contributors from > a previous post here. Does anyone have a snippet code or link of an example > of writing a callback function for say CURLOPT_READFUNCTION? >
That question is indubitably more appropriate for the libcurl mailing list: http://curl.haxx.se/mail/list.cgi?list=curl-library Look at the various examples that ship with the libcurl source distribution (I know httpput.c has a simple sample) and if you have any specific question after reading those, it's probably best to ask there. Also, read libcurl-tutorial(3) installed locally on your system. HTH, Geoff _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
