| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Upload and rename : thank you
From: Erick Nuwendam <erick.nuwendam_at_corobor.com>
Date: Tue, 28 Aug 2001 13:56:31 -0000
Hello,
Thanks for your advices.
Thanks.
PS : I did not read RFC
#include <curl/curl.h>
int main(int argc, char **argv)
hd = open("/tmp/rocket",O_RDONLY) ;
close(hd) ;
/* local file name to store the file as */
curl = curl_easy_init();
curl_easy_setopt(curl, CURLOPT_UPLOAD,true) ;
curl_easy_setopt(curl,CURLOPT_URL,"ftp://root:rootpasswd@192.168.200.211/tot
curl_easy_setopt(curl, CURLOPT_POSTQUOTE, headerlist);
res = curl_easy_perform(curl);
curl_slist_free_all (headerlist);
/* always cleanup */
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info