cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[ curl-Bugs-3302717 ] converting from curl.exe to libcurl

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Mon, 16 May 2011 09:15:20 +0200

Bugs item #3302717, was opened at 2011-05-16 08:52
Message generated for change (Settings changed) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3302717&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: libcurl
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Patrick Molloy (patrickmolloy)
Assigned to: Daniel Stenberg (bagder)
Summary: converting from curl.exe to libcurl

Initial Comment:
Hi
I want to incorporate the libcirl code into a new C# application to replace a command line method.
Here;s the command line

curl.exe -k -v -x fm-eu-lon-proxy.fm.rbsgrp.net:8080 -u user1:pwd11 -F user=user2 -F password=pwd2 -F format=xml -F report=CredIndexAnnex -F family=CDX -F version=6 https://www.markit.com/export.jsp > C:\temp\dev_testing\annex_cdx.zip

The -F means value pairs follow, eg (user,password), (report,CreditIndexAnnex),(family,CDX) and so on

The last part redirects the output to a zip file, which will contain teo simple xmlfiles.

----------------------------------------------------------------------

>Comment By: Daniel Stenberg (bagder)
Date: 2011-05-16 09:15

Message:
You're not talking about a bug. Closing this report.

On the curl-library mailing list we can help you with libcurl issues, but
for specific c#-issues I would recommend finding some good c# forum to ask.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3302717&group_id=976
Received on 2011-05-16

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET