Hi, On Wed, Dec 14, 2016 at 3:42 PM, Gregory Davis <[email protected]> wrote: > i have these Curl command lines i would to transform to C but don’t know how > to do it > is there any tutorials or pdfs on doing this? my end goal is to write it into > a module that use c+ or c Sharp and build a module for the code > > her is a representative of the command lines in question. > > curl -u instructor:password -k -d '' —url > https://129.59.80.202:8443/capture/pause > > curl —user instructor:password -k --url > https://129.59.80.202:8443/status/system
Just add '--libcurl app.c' to your command and watch the magic happens :) ------------------------------------------------------------------- List admin: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
