Eric Genevier wrote: > Could one 'main' session be used to authenticate and then be cloned > for each subsequent thread? Any pointer greatly appreciated
No, sessions can not be cloned. Use a single session and make sure that you protect it with a mutex. //Peter _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel