Open Source C++ Secure Client Platform Independent Library
2 views
Skip to first unread message
conaku
unread,
Oct 2, 2009, 3:03:44 AM10/2/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I am looking for free c++ ssh-client library for windows . As of now I have been using plink as ssh command-line utility but in that case i do not have the freedom of keeping a handle to the connection . I can see that NetSieben has come-up with a C++ SSH library but that is not an open-source in complete sense . Please help me if you are aware of any .
Peter Jansson
unread,
Oct 3, 2009, 4:06:17 AM10/3/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
You could look into http://www.libssh2.org/ It is a C library with SSH2. My company have used it successfully for scp, sftp and ssh session functionality on Windows.