8000 GitHub - wx1183618058/QSsh: SSH and SFTP support for Qt. This project is based on Qt Creator's libQtcSsh.so
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wx1183618058/QSsh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

SSH and SFTP support for Qt. This project is based on Qt Creator's libQtcSsh.so

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.3%
  • QMake 1.3%
  • QML 0.4%
0