embeddedmz / ftpclient-cpp

C++ client for making FTP requests
MIT License
211 stars 67 forks source link

DownloadWildcard must exclude “.” And “..” #13

Closed matteocostantini closed 4 years ago

matteocostantini commented 4 years ago

In DownloadWildcard method must exclude “.” And “..” Dir values because happen a infinite loop on “.” value calling itself recursively.