Skip to content

sandsmark/QSsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3942e51 · Oct 16, 2021
May 29, 2020
Oct 16, 2021
Oct 16, 2021
Oct 16, 2021
Nov 22, 2012
Oct 16, 2021
Nov 22, 2012
Nov 22, 2012
Apr 26, 2021
Oct 16, 2021
Oct 16, 2021

Repository files navigation

About QSsh

QSsh provides SSH and SFTP support for Qt applications without depending on openssh or similar. The aim of this project is to provide an easy way to use these protocols in any Qt application.

This project is based on Qt Creator's previous SSH plugin. All credits to Qt Creator's team!

Unfortunately Qt Creator has decided to start using openssh instead (with some hacks invoking it etc.), so this is now the most up to date maintained version.

Compiling QSsh

Prerequisites:

Steps:

git clone https://github.com/sandsmark/QSsh.git
cd QSsh
mkdir build
cd build
qmake ../qssh.pro
make (or mingw32-make or nmake depending on your platform)

Examples

Complete applications

Various usage examples

Other