hi all
i am having no luck decompiling this curl commands lines

curl --user admin:jlc115  -k --url https://129.59.80.202:8443/status/monitoring



curl -u admin:jlc115 -k -d ‘' --url https://129.59.80.202:8443/capture/pause 
<https://129.49.80.202:8443/capture/pause>

i need to see the c source code version of these commands and lib curl does not 
seem  to work fro me

i am using the terminal command in a mac environment
any help would be greatly appreciated


Thank you. Please feel free to contact me if you have any questions or if I can 
help you in any way
Have a great day.

Gregory Davis
Audio Visual Services
222 Javits Lecture Center
Stony Brook NY 11794-2699
Phone (631) 304-4563



> On Dec 15, 2016, at 3:17 AM, Daniel Stenberg <[email protected]> wrote:
> 
> On Wed, 14 Dec 2016, Fan Zhang wrote:
> 
>> In my case, I have a customized TLS library which basically provides a 
>> read/write interface. Can you shed some more light on how libcurl interact 
>> with TLS interface?
> 
> You then create a new TLS backend (or modify an existing). See curl/lib/vtls/ 
> for the existing backends and especially their header files for how they 
> define the "curlssl_*" functions.
> 
> The generic libcurl code only calls the SSL functions and the API that are 
> offered in the vtls/vtls.c file.
> 
> -- 
> 
> / daniel.haxx.se
> -------------------------------------------------------------------
> List admin: https://cool.haxx.se/list/listinfo/curl-library
> Etiquette:  https://curl.haxx.se/mail/etiquette.html

-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:  https://curl.haxx.se/mail/etiquette.html

Reply via email to