On Thu, 16 Jun 2011, Chenevard Alfredo wrote:
I'm working with curl since a couple of days. I want to retrieve files from a remot Server using SFTP. If a possibility to get files with wildcards. Some like mget ...
No, libcurl currently has no support for wildcards over SFTP. It should be possible to add the support so that it would work similarly to how it currently works with FTP, but we're missing the implementation of it.
Feel free to step forward and start working on it! -- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
