Object Oriented C++ library for ssh and scp

痞子三分冷 提交于 2019-12-13 12:03:55

问题


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.


回答1:


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.




回答2:


Take a look at NetSieben SSH Library - an open source ssh client library in C++:

http://freshmeat.net/projects/net7ssh/




回答3:


I use cryptlib for this. It is free for Opensource and Freeware applications and easy to use. http://www.cs.auckland.ac.nz/~pgut001/cryptlib/

/mspoerr



来源:https://stackoverflow.com/questions/992374/object-oriented-c-library-for-ssh-and-scp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!