https://github.com/lvklabs/QSsh
SSH and SFTP support for Qt. This project is based on Qt Creator's libQtcSsh.so
https://github.com/lvklabs/QSsh
Last synced: 14 days ago
JSON representation
SSH and SFTP support for Qt. This project is based on Qt Creator's libQtcSsh.so
- Host: GitHub
- URL: https://github.com/lvklabs/QSsh
- Owner: lvklabs
- License: lgpl-2.1
- Created: 2012-11-22T15:29:26.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2019-11-30T17:33:51.000Z (about 6 years ago)
- Last Synced: 2024-12-09T08:52:20.278Z (12 months ago)
- Language: C++
- Homepage:
- Size: 682 KB
- Stars: 221
- Watchers: 21
- Forks: 159
- Open Issues: 19
-
Metadata Files:
- Readme: README
- License: LICENSE.LGPL
Awesome Lists containing this project
- awesome-qt-qml - QSsh - SSH and SFTP support for Qt. This project is based on Qt Creator's `libQtcSsh.so`. (Networking)
README
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!
Compiling QSsh
==============
Prerequisites:
* Qt 4.7.4 (May work with older versions)
* On Windows:
- MinGW 4.4 or later, Visual Studio 2008 or later
* On Mac: XCode 2.5 or later, compiling on 10.4 requires setting the
environment variable QTC_TIGER_COMPAT before running qmake
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