2 Star 4 Fork 0

fctx8688 / Qssh

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
shengzhe8688 提交于 2020-01-11 02:56 . 首次上传

About QSsh(关于 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!

QSsh为qt提供SSH和SFTP支持,使你能方便快捷的使用SSH和SFTP。
这个项目是基于Qt Creator中的LibQtcSsh.so。十分感谢Qt Creator团队。
基于GPL和LGPL授权。

==========

Prerequisites:(编译环境)

Qt 5.x 

On Windows: MinGW 4.7 or later, Visual Studio 2010 or later

On Mac: XCode 2.5 or later, compiling on 10.4 requires setting the environment variable QTC_TIGER_COMPAT before running qmake

==========

Compiling QSsh(编译QSsh)

mkdir $BUILD_DIRECTORY

cd $BUILD_DIRECTORY

qmake $SOURCE_DIRECTORY/qssh.pro

make (or mingw32-make or nmake depending on your platform)

###Or

You can open "qssh.pro" used "Qt Creator".

你也可以直接用Qt Creator打开qssh.pro。

Examples

  • Directory examples/ssh/ Qt-Creator下自带的例子。

注:生成的库在 lib文件夹下就可以直接用的。

C++
1
https://gitee.com/fctx8688/Qssh.git
git@gitee.com:fctx8688/Qssh.git
fctx8688
Qssh
Qssh
master

搜索帮助