On Mon, 19 Oct 2009, Xu, Qiang (FXSGSC) wrote:
Besides libcurl, is there any other application which is using libssh2 to implement SFTP transfer?
libcurl is not an app, it's just a library that provides another API for apps to do file transfers. libcurl uses libssh2 for its SCP and SFTP powers. There are to my knowledge several apps using libcurl to do SFTP and SCP transfers.
If using libcurl or libssh2 directly is the best option for you, I leave for you to decide.
-- / daniel.haxx.se _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
