Menu

#1012 converting from curl.exe to libcurl

closed-invalid
libcurl (356)
5
2011-05-16
2011-05-16
No

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.

Discussion

  • Daniel Stenberg

    Daniel Stenberg - 2011-05-16

    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.

     
  • Daniel Stenberg

    Daniel Stenberg - 2011-05-16
    • status: open --> closed-invalid
     
MongoDB Logo MongoDB