QSsh-master

所属分类:Linux/Unix编程
开发工具:C/C++
文件大小:16302KB
下载次数:41
上传日期:2018-06-15 17:17:10
上 传 者liu876834493
说明:  qt实现ssh ftp 实现远程文件上传下载和cmd命令
(QT implements SSH FTP to realize remote file upload and download and CMD command.)

文件列表:
LGPL_EXCEPTION.TXT (1186, 2014-12-16)
LICENSE.LGPL (26434, 2014-12-16)
examples (0, 2016-10-31)
examples\SecureUploader (0, 2016-10-31)
examples\SecureUploader\SecureUploader.pro (624, 2014-12-16)
examples\SecureUploader\main.cpp (2294, 2014-12-16)
examples\SecureUploader\securefileuploader.cpp (3506, 2014-12-16)
examples\SecureUploader\securefileuploader.h (1739, 2014-12-16)
examples\examples.pro (96, 2014-12-16)
examples\qtsshshell (0, 2016-10-31)
examples\qtsshshell\main.cpp (183, 2014-12-16)
examples\qtsshshell\mainwindow.cpp (2257, 2015-07-27)
examples\qtsshshell\mainwindow.h (633, 2014-12-16)
examples\qtsshshell\mainwindow.ui (2809, 2014-12-16)
examples\qtsshshell\qtsshshell.pro (717, 2014-12-16)
examples\ssh (0, 2016-10-31)
examples\ssh\errorhandling (0, 2016-10-31)
examples\ssh\errorhandling\errorhandling.pro (59, 2014-12-16)
examples\ssh\errorhandling\main.cpp (7574, 2014-12-16)
examples\ssh\remoteprocess (0, 2016-10-31)
examples\ssh\remoteprocess\argumentscollector.cpp (6814, 2014-12-16)
examples\ssh\remoteprocess\argumentscollector.h (2309, 2014-12-16)
examples\ssh\remoteprocess\main.cpp (2096, 2014-12-16)
examples\ssh\remoteprocess\remoteprocess.pro (153, 2014-12-16)
examples\ssh\remoteprocess\remoteprocesstest.cpp (12980, 2014-12-16)
examples\ssh\remoteprocess\remoteprocesstest.h (2966, 2014-12-16)
examples\ssh\sftp (0, 2016-10-31)
examples\ssh\sftp\argumentscollector.cpp (7092, 2014-12-16)
examples\ssh\sftp\argumentscollector.h (2295, 2014-12-16)
examples\ssh\sftp\main.cpp (2057, 2014-12-16)
examples\ssh\sftp\parameters.h (1725, 2014-12-16)
examples\ssh\sftp\sftp.pro (146, 2014-12-16)
examples\ssh\sftp\sftptest.cpp (25259, 2014-12-16)
examples\ssh\sftp\sftptest.h (4216, 2014-12-16)
examples\ssh\shell (0, 2016-10-31)
examples\ssh\shell\main.cpp (2064, 2014-12-16)
... ...

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 Or Qt 4.8.x (May work with older versions) Qt5和Qt4.8.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/SecureUploader/ contains an example on how to upload a file using SFTP - Directory examples/qtsshshell/ 一个sshShell的例子 - Directory examples/ssh/ Qt-Creator下自带的例子。 > 注:生成的库在 lib文件夹下就可以直接用的。

近期下载者

相关文件


收藏者