JosephP91 / curlcpp

An object oriented C++ wrapper for CURL (libcurl)
https://josephp91.github.io/curlcpp
MIT License
630 stars 174 forks source link

FTP #120

Closed w136111526 closed 5 years ago

w136111526 commented 5 years ago

Hello, I 'd like to use curlcpp to delete files on the remote. Which options should I use?

JosephP91 commented 5 years ago

You should check the curl documentation in order to know which options should be used. This is not an issue.