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 07:52:24 +0100

Bugs item #3302717, was opened at 2011-05-16 07:52
Message generated for change (Tracker Item Submitted) made by patrickmolloy
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: Open
Resolution: None
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.

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

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