I ran into the following paper regarding speeding up ssh file transfers: http://www.psc.edu/networking/projects/hpn-ssh/old-site/
This topic came up not too long ago on this list. The paper shows how ssh transfers in the tested client over high-speed links were limited by the TCP and SSH window sizes, and not by encryption speeds or other factors. The solution (which resulted in a more than 1000% speed increase) was to dynamically change the ssh window size in lock step with the underlying TCP window size. That sounds like a good technique to fix the libssh2 bottleneck as well. >>> Dan -- http://www.MoveAnnouncer.com The web change of address service Let webmasters know that your web site has moved ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ libssh2-devel mailing list libssh2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libssh2-devel