PDA

View Full Version : SSH through Qt code



lrrcaldas
27th August 2007, 15:27
Hi all,

I'd like to make SSH access through Qt code, is there any easy way of doing it? (any lib, or sth like that?)
The general purpose of it is sending files to an IPBX server through my Qt Application, then I need to get through code what I usually could do through scp.

Thank you!

Kumosan
27th August 2007, 21:59
Hi all,

I'd like to make SSH access through Qt code, is there any easy way of doing it? (any lib, or sth like that?)
The general purpose of it is sending files to an IPBX server through my Qt Application, then I need to get through code what I usually could do through scp.

Thank you!

Google: ssh library ->
http://freshmeat.net/projects/libssh/
Looks like the thing you need. But since I never used it, I cannot say anything about the quality.

lrrcaldas
28th August 2007, 15:45
What about sth more related to Qt? Sth like a Qt/C++ wrapper? Does anyone have suggestions?