Loading docs/examples/ftpget.c +10 −6 Original line number Diff line number Diff line Loading @@ -52,7 +52,11 @@ int main(void) curl = curl_easy_init(); if(curl) { /* Get curl 7.9.2 from sunet.se's FTP site: */ /* * Get curl 7.9.2 from sunet.se's FTP site. curl 7.9.2 is most likely not * present there by the time you read this, so you'd better replace the * URL with one that works! */ curl_easy_setopt(curl, CURLOPT_URL, "ftp://ftp.sunet.se/pub/www/utilities/curl/curl-7.9.2.tar.gz"); /* Define our callback to get called when there's data to be written */ Loading docs/examples/postit2.c +5 −5 File changed.Contains only whitespace changes. Show changes docs/examples/simple.c +4 −4 File changed.Contains only whitespace changes. Show changes Loading
docs/examples/ftpget.c +10 −6 Original line number Diff line number Diff line Loading @@ -52,7 +52,11 @@ int main(void) curl = curl_easy_init(); if(curl) { /* Get curl 7.9.2 from sunet.se's FTP site: */ /* * Get curl 7.9.2 from sunet.se's FTP site. curl 7.9.2 is most likely not * present there by the time you read this, so you'd better replace the * URL with one that works! */ curl_easy_setopt(curl, CURLOPT_URL, "ftp://ftp.sunet.se/pub/www/utilities/curl/curl-7.9.2.tar.gz"); /* Define our callback to get called when there's data to be written */ Loading