Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Object Oriented C++ library for ssh and scp

Tags:

c++

scp

ssh

Is there any Object Oriented C++ library for ssh and scp. BSD license would be preferred.

I could find libssh and libssh2. But these are all procedural.

like image 569
Manjeet Dahiya Avatar asked Jun 14 '09 07:06

Manjeet Dahiya


1 Answers

With libssh version 0.5 the library comes with a nice C++ wrapper. It's in the include directory and called libsshpp.h

I hope this will suite your needs. Else open a feature request.

like image 190
asn Avatar answered Oct 03 '22 04:10

asn