On Wed, 26 Sep 2018, 金威 via curl-library wrote:

I want to download the entire directory on SFTP server. The server is in windows platform. How can I do it? Examples will be thankful.

libcurl has no automatic feature for that.

 1. Get the contents of the remote directory
 2. Figure out all the files in there that you want to retrieve
 3. Iterate over all the files and get them, one by one

--

 / daniel.haxx.se
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to