Qt with SSH2(solved)
-
wrote on 6 Dec 2014, 04:33 last edited by
like to enquire if anyone did SFTP with Qt before?
I thought there are two ways to implement SFTP with Qt. Like to find out general opinion.
Is there any qt SSH class- http://www.libssh2.org/
downloaded libssh2, configure and make - http://qt-apps.org/content/show.php/qPutty?content=118372
using Qt ssh2 plugin qputty. can create a process thread and pass command into terminal
- http://www.libssh2.org/
-
wrote on 7 Dec 2014, 12:28 last edited by
i included libssh.h as my header file
http://libssh.sourcearchive.com/documentation/0.4.5-2/libssh_8h-source.htmli get multiple compiler error in this file.
enum {
/** No logging at all
/
00236 SSH_LOG_NOLOG=0,
/* Only rare and noteworthy events
/
00239 SSH_LOG_RARE,
/* High level protocol information
/
00242 SSH_LOG_PROTOCOL,
/* Lower level protocol infomations, packet level
/
00245 SSH_LOG_PACKET,
/* Every function path
*/
00248 SSH_LOG_FUNCTIONS
};anyone can help
-
Hi,
Qt already support SSL, have a look at the QSsl* classes.
-
wrote on 8 Dec 2014, 02:26 last edited by
I am looking for SSH library support, not SSL library support.
From the link below, i believe SSH and SSL is very different.
http://security.stackexchange.com/questions/1599/what-is-the-difference-between-ssl-vs-ssh-which-is-more-secure
1/4