forked from lvklabs/QSsh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
32 lines (22 loc) · 822 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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