On 6/5/09, Cogentree CT <[email protected]> wrote: > > Hello all, > > I am trying to append a file which is present at remote FTP server. > Is there any curl_easy API to append a remote file. > Please help. > > Thanks in advance. > Regards, > Shrirang
Hi..... you can try it out with CURLOPT_APPEND option ...... I hve appended a file on http sever.In case of http ,such option is not available.The configuration file needs to be edited.
