I'm expanding from perl to C and I'm trying to use curl's library to simply save a file from a remote url but I'm having a hard time finding a good ...
I'm trying to clear all stored cookies in Libcurl (version 7.21.6) but
nothing really seems to work.
What command should I use?
I'm using the C-binding version.
Thanks.
I am downloading a file called Savename.jsp using curl in linux. Savename.jsp contains a message as "Hello ". The name is submitted through url. Now i want to download the ...