> On 14 Dec 2016, at 16:30, Gregory Davis <[email protected]> > wrote: > > hi thanks Isaac for your reply > I’m not quite sure where and how i am to do this > > is this correct? > > curl --libcurl app.c --user admin:jlc104 -k —url > https://129.49.80.202:8443/status/system > > > or this ? > > --libcurl app.c --user admin:jlc104 -k —url > https://129.49.80.202:8443/status/system > > > where am to write this into? > a terminal command line? os some other program that can decipher the code? > sorry for all the questions but i am new to programming
The first, and into a terminal command line (where you would normally type your curl commandline). Curl's feature that it will spit out the C code used to perform the operation given is very unusual so it is not surprising you don't know how to do it. -- Alex Bligh ------------------------------------------------------------------- List admin: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
