Quote Originally Posted by lrrcaldas View Post
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.