c++ - Async FTP Library -


is there cross platform , asynchronous ftp client library c or c++?

thanks.

what libcurl? it's well-known, widely-used, , supports async ftp. imagine it's cross-platform well.

as bonus, it's smaller library link against than, e.g., of qt.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -