QFtpServer-master

所属分类:Ftp服务器
开发工具:C/C++
文件大小:198KB
下载次数:23
上传日期:2018-07-30 11:13:23
上 传 者yuan_
说明:  QT下基于QTCP写的FTP服务器,新建客户端的本地路径以及用户名密码
(FTP server based on QTCP under QT)

文件列表:
QFtpServer.pro (171, 2017-08-13)
QFtpServer (0, 2017-08-13)
QFtpServer\QFtpServer.desktop (240, 2017-08-13)
QFtpServer\QFtpServer.pro (1659, 2017-08-13)
QFtpServer\QFtpServer.svg (6596, 2017-08-13)
QFtpServer\QFtpServer64.png (3400, 2017-08-13)
QFtpServer\QFtpServer80.png (4945, 2017-08-13)
QFtpServer\QFtpServer_harmattan.desktop (305, 2017-08-13)
QFtpServer\android (0, 2017-08-13)
QFtpServer\android\AndroidManifest.xml (3462, 2017-08-13)
QFtpServer\android\res (0, 2017-08-13)
QFtpServer\android\res\drawable-hdpi (0, 2017-08-13)
QFtpServer\android\res\drawable-hdpi\icon.png (51890, 2017-08-13)
QFtpServer\android\res\drawable-ldpi (0, 2017-08-13)
QFtpServer\android\res\drawable-ldpi\icon.png (51890, 2017-08-13)
QFtpServer\android\res\drawable-mdpi (0, 2017-08-13)
QFtpServer\android\res\drawable-mdpi\icon.png (51890, 2017-08-13)
QFtpServer\debuglogdialog.cpp (2930, 2017-08-13)
QFtpServer\debuglogdialog.h (711, 2017-08-13)
QFtpServer\debuglogdialog.ui (699, 2017-08-13)
QFtpServer\deployment.pri (4958, 2017-08-13)
QFtpServer\main.cpp (433, 2017-08-13)
QFtpServer\mainwindow.cpp (7025, 2017-08-13)
QFtpServer\mainwindow.h (1156, 2017-08-13)
QFtpServer\mainwindow.ui (3879, 2017-08-13)
QFtpServer\res.qrc (134, 2017-08-13)
QFtpServerCommandLine (0, 2017-08-13)
QFtpServerCommandLine\QFtpServerCommandLine.pro (481, 2017-08-13)
QFtpServerCommandLine\main.cpp (1148, 2017-08-13)
QFtpServerLib (0, 2017-08-13)
QFtpServerLib\QFtpServerLib.pro (789, 2017-08-13)
QFtpServerLib\cacert.pem (1229, 2017-08-13)
QFtpServerLib\certificates.qrc (125, 2017-08-13)
QFtpServerLib\dataconnection.cpp (2399, 2017-08-13)
QFtpServerLib\dataconnection.h (1997, 2017-08-13)
QFtpServerLib\ftpcommand.cpp (358, 2017-08-13)
QFtpServerLib\ftpcommand.h (474, 2017-08-13)
QFtpServerLib\ftpcontrolconnection.cpp (12995, 2017-08-13)
... ...

QFtpServer - an FTP server written in Qt ---------------------------------------- ### Description QFtpServer is an event-driven server which is written entirely in Qt. It is non-blocking and supports multiple connections. This project started because I couldn't find a free FTP server for my Symbian phone so I decided to try and make one of my own. I've tested it against Filezilla, Chrome, Firefox, Safari, Windows Explorer, and others. ### Features It supports: * Active connections (PORT command). * Passive connections (PASV command). * Random access for files (APPE, RETR), so stopped uploads and downloads can be continued. * Secure FTP, also known as FTP-ES which uses SSL/TLS sockets. It doesn't support: * IPv6. * FTPS (this standard is obsolete and FTP-ES should be used instead). * Multiple user accounts. ### Example usage: server = new FtpServer(this, "/ftp/root/path", 21, "MyUserName", "MyPassword", false, false);

近期下载者

相关文件


收藏者