So, how to get contents of the remote directory? I can only get the root 
directory.




| |
金威
邮箱:[email protected]
|

签名由 网易邮箱大师 定制

On 09/26/2018 17:10, Daniel Stenberg wrote:
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