Connecting Tech Pros Worldwide Help | Site Map

libcurl c++

  #1  
Old March 23rd, 2007, 02:45 PM
Uday
Guest
 
Posts: n/a
Hi,
can anybody help me uploading a file (text/zip) to a remote
server using libcurl libraries in c++. when i searched in google, i
found that i've to use CURLOPT_POST, CURLOPT_INFILE which points to
the actual file & READFUNCTION which reads the content from the file
and puts in the buffer. i'm setting the file size also in
CURLOPT_INFILESIZE. i'm not getting any exception neither the expected
result. it would be helpful if somebody can give me a sample code.

Thanks in advance.

Uday.

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
telnet from c application using libcurl ?? Jake answers 3 February 24th, 2008 02:45 AM
Problems with libcurl on Visual C++ Express Edition borucik@gmail.com answers 2 February 13th, 2007 12:35 AM
libcurl - how to simulate multiple file upload in array Yandos answers 0 November 29th, 2005 04:25 PM
LibCURL for .net loris128@gmail.com answers 0 November 23rd, 2005 06:47 AM
[Q] Difference between libcurl.dll and php_curl.dll Michael T. Peterson answers 1 July 17th, 2005 03:37 AM