Search found 5 matches

by Miro
Tue Dec 07, 2010 7:36 pm
Forum: Coding Questions
Topic: Openssl or libcurl
Replies: 11
Views: 4918

Re: Openssl or libcurl

Nope, the main issue is that this function requires 2 parameters (although, original C code supports overload), and I still didn't manage to perform file upload via https... :(

Anyone?
by Miro
Mon Nov 22, 2010 11:16 pm
Forum: Coding Questions
Topic: Openssl or libcurl
Replies: 11
Views: 4918

Re: Openssl or libcurl


...

;; Trying with forms instead
Define *formpost.Curl_HTTPPost, *last_post.Curl_HTTPPost;

curl_formadd(@*formpost, @*last_post, #CURLFORM_COPYNAME, @"CMD", #CURLFORM_COPYCONTENTS, @"AUTH", #CURLFORM_END);
curl_formadd(@*formpost, @*last_post, #CURLFORM_COPYNAME, @"USERNAME", #CURLFORM ...
by Miro
Thu Oct 07, 2010 12:44 pm
Forum: Coding Questions
Topic: Openssl or libcurl
Replies: 11
Views: 4918

Re: Openssl or libcurl

Is there anyone who can help me with my problem?

Best regards,
Miro
by Miro
Tue Sep 28, 2010 12:36 pm
Forum: Coding Questions
Topic: Openssl or libcurl
Replies: 11
Views: 4918

Re: Openssl or libcurl

Thanks, I have already used the search, downloaded the wrapper,
but couldn't get it to work, and that's the main reason why I posted the message.

In any way, thanks for your reply.

EDIT: Could anyone help me, please!

Best regards,
Miro
by Miro
Tue Sep 28, 2010 11:03 am
Forum: Coding Questions
Topic: Openssl or libcurl
Replies: 11
Views: 4918

Openssl or libcurl

Hello to all,

Does anyone have a working example of HTTPS POST (file upload) by using OpenSSL or libCurl on Windows?

Thanks in advance for your help and eventual constructive comments.

Best regards,
Miro