john
john

Reputation: 1383

how to transfer a file in a particular directory of FTP server using libcurl

Iwant to transfer a file to a particular directory on FTP server . If it does not exists on the server then it has to be created there and file will be placed .

Platform : Linux , gcc compiler Thanks .

Upvotes: 1

Views: 147

Answers (1)

Start with the ftpupload example in libcurl.

Upvotes: 1

Related Questions