Hi All,
I am trying to use libssh2 in multi threaded environment . I want to
create a
single libssh session and have multiple sftp_sessions handled by different
threads .
Main (creates libbssh session as well as both the SFTP sessions and hands
over the SFTP_SESSION to
respective threads)
SESSION ()--- SFTP_SESSION1(Thread1)
SFTP_SESSION2 (Thread2)
When each this thread tries to read a file , I am running into
different error.
like assertions, double free , error -13 etc.
Any pointers or help is really appreciated .
-- thanks & Regards, Raju
_______________________________________________
libssh2-devel https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
Received on 2017-09-21