Home

Awesome

About QSsh

QSsh provides SSH and SFTP support for Qt applications. The aim of this project is to provide a easy way to use these protocols in any Qt application.

This project is based on Qt Creator's libQtcSsh.so. All the credits to Qt Creator's team! (http://qt.gitorious.org/qt-creator)

Compiling QSsh

Prerequisites:

Steps:

mkdir $BUILD_DIRECTORY
cd $BUILD_DIRECTORY
qmake $SOURCE_DIRECTORY/qssh.pro
make (or mingw32-make or nmake depending on your platform)

Examples

Directory examples/SecureUploader/ contains an example on how to upload a file using SFTP