Skip to content
/ QSsh Public
forked from sandsmark/QSsh

Qt-based library for SSH and SFTP.

License

Notifications You must be signed in to change notification settings

neoaurion/QSsh

 
 

Repository files navigation

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 credits to Qt Creator's team!

Unfortunately Qt Creator has decided to start using openssh instead, 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

  • ssh shell, similar to a normal command line ssh client.
  • Graphical SFTP browser, how to use the SFTP file system model with a QTreeView.
  • Auto tests, how to do X11 forwarding, remote command execution, file upload and download, and basically everything else that is supported.
  • Secure Uploader, how to upload a file.

About

Qt-based library for SSH and SFTP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.0%
  • QMake 1.3%
  • Other 1.7%