首页 开发技术 C++     /    C++实现的FTP服务器

C++实现的FTP服务器

上传者: bcypxl | 上传时间:2024/3/22 13:50:44 | 文件大小:105KB | 文件类型:zip
C++实现的FTP服务器
在windows平台下使用C++,MFC框架实现了FTP协议的服务端程序。
支持客户端的文件下载,上传,删除等常用FTP命令的响应。
使用多线程技术,允许多个客户端同时连接。
实时记录显示服务器和客户端交互的状态变化。
支持添加用户,对用户进行管理。
可以统计在线用户名和对应的IP地址以及登陆时间。
可以统计对传输字节数,当前连接数,文件下载上传成功失败的数目等数据进行统计。
一切精彩尽在代码中,欢迎下载研究,共同提高!邮箱bcypxl@163.com

文件下载

资源详情

[{"title":"(48个子文件105KB)C++实现的FTP服务器","children":[{"title":"QuickFtp","children":[{"title":"FTPServer.cpp <span style='color:#111;'>9.80KB</span>","children":null,"spread":false},{"title":"DataSocket.cpp <span style='color:#111;'>12.43KB</span>","children":null,"spread":false},{"title":"ListenSocket.h <span style='color:#111;'>1.24KB</span>","children":null,"spread":false},{"title":"UserManager.cpp <span style='color:#111;'>17.09KB</span>","children":null,"spread":false},{"title":"FTPEventSink.h <span style='color:#111;'>950B</span>","children":null,"spread":false},{"title":"res","children":[{"title":"toolbar_h.bmp <span style='color:#111;'>24.05KB</span>","children":null,"spread":false},{"title":"toolbar_d.bmp <span style='color:#111;'>24.05KB</span>","children":null,"spread":false},{"title":"xptheme.bin <span style='color:#111;'>644B</span>","children":null,"spread":false},{"title":"FTPServer.rc2 <span style='color:#111;'>400B</span>","children":null,"spread":false},{"title":"ftpserver(2).ico <span style='color:#111;'>3.19KB</span>","children":null,"spread":false},{"title":"toolbar.bmp <span style='color:#111;'>24.05KB</span>","children":null,"spread":false},{"title":"Thumbs.db <span style='color:#111;'>19.00KB</span>","children":null,"spread":false},{"title":"FTPServer.ico <span style='color:#111;'>1.05KB</span>","children":null,"spread":false}],"spread":true},{"title":"ConnectThread.cpp <span style='color:#111;'>4.13KB</span>","children":null,"spread":false},{"title":"FTPServerApp.h <span style='color:#111;'>1.37KB</span>","children":null,"spread":false},{"title":"FTPServerApp.cpp <span style='color:#111;'>2.57KB</span>","children":null,"spread":false},{"title":"UserAccountsDlg.cpp <span style='color:#111;'>7.18KB</span>","children":null,"spread":false},{"title":"FTPServer.h <span style='color:#111;'>2.84KB</span>","children":null,"spread":false},{"title":"LogFile.cpp <span style='color:#111;'>9.01KB</span>","children":null,"spread":false},{"title":"ConnectSocket.cpp <span style='color:#111;'>23.30KB</span>","children":null,"spread":false},{"title":"ListenSocket.cpp <span style='color:#111;'>1.68KB</span>","children":null,"spread":false},{"title":"StatisticsPage.cpp <span style='color:#111;'>2.72KB</span>","children":null,"spread":false},{"title":"ConfigurationPage.h <span style='color:#111;'>1.66KB</span>","children":null,"spread":false},{"title":"OnlineUserPage.cpp <span style='color:#111;'>4.73KB</span>","children":null,"spread":false},{"title":"AddUserInfoDlg.h <span style='color:#111;'>1.50KB</span>","children":null,"spread":false},{"title":"FTPServer.dsw <span style='color:#111;'>526B</span>","children":null,"spread":false},{"title":"ApplicationDlg.h <span style='color:#111;'>2.74KB</span>","children":null,"spread":false},{"title":"UserAccountsDlg.h <span style='color:#111;'>1.57KB</span>","children":null,"spread":false},{"title":"FTPServer.dsp <span style='color:#111;'>7.19KB</span>","children":null,"spread":false},{"title":"ApplicationDlg.cpp <span style='color:#111;'>16.15KB</span>","children":null,"spread":false},{"title":"ConnectThread.h <span style='color:#111;'>1.65KB</span>","children":null,"spread":false},{"title":"ColorListBox.cpp <span style='color:#111;'>3.73KB</span>","children":null,"spread":false},{"title":"LogFile.h <span style='color:#111;'>2.02KB</span>","children":null,"spread":false},{"title":"StdAfx.cpp <span style='color:#111;'>4.69KB</span>","children":null,"spread":false},{"title":"resource.h <span style='color:#111;'>8.99KB</span>","children":null,"spread":false},{"title":"OnlineUserPage.h <span style='color:#111;'>1.78KB</span>","children":null,"spread":false},{"title":"AddUserInfoDlg.cpp <span style='color:#111;'>2.25KB</span>","children":null,"spread":false},{"title":"TracePage.h <span style='color:#111;'>1.67KB</span>","children":null,"spread":false},{"title":"StdAfx.h <span style='color:#111;'>1.89KB</span>","children":null,"spread":false},{"title":"StatisticsPage.h <span style='color:#111;'>1.38KB</span>","children":null,"spread":false},{"title":"TracePage.cpp <span style='color:#111;'>2.99KB</span>","children":null,"spread":false},{"title":"UserManager.h <span style='color:#111;'>2.06KB</span>","children":null,"spread":false},{"title":"ConnectSocket.h <span style='color:#111;'>2.29KB</span>","children":null,"spread":false},{"title":"ConfigurationPage.cpp <span style='color:#111;'>5.29KB</span>","children":null,"spread":false},{"title":"DataSocket.h <span style='color:#111;'>2.00KB</span>","children":null,"spread":false},{"title":"ColorListBox.h <span style='color:#111;'>1.36KB</span>","children":null,"spread":false},{"title":"FTPServer.rc <span style='color:#111;'>13.45KB</span>","children":null,"spread":false},{"title":"FTPEventSink.cpp <span style='color:#111;'>576B</span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

  • lcy_888:
    很有参考价值的文档。2020-08-10
  • Copy_Paste_Dog:
    很好,值得参考2019-09-02
  • firevanilla:
    谢谢,很好的!2018-12-12
  • jl198411:
    没有使用,希望不错2018-09-26
  • 遥望未来_cheerup:
    谢谢,还不错!2018-09-11

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明