资源列表
delphi-Ftp
- 很实用的FTP源码,我的WWW服务器上面一直在用,主要是可以自己修改对FTP的控制。-FTP is very useful source, my WWW server has been used above, primarily to modify the FTP control of their own.
ftp_code
- ftp测试,ftp服务器下载上传测试,vb语言编写-test ftp, ftp server download upload test, vb language
linux-ftpd-0.17
- ftpd开源源码,可以交叉编译后用在嵌入式板子上.是ftp传文件的服务器源码-ftpd open source
FTP
- 利用EZFTP.OCX控件,使用VB6.0实现FTP远程上传数据,文件等功能(Using EZFTP.OCX control and using VB6.0 to realize the remote upload of data, files and other functions of FTP)
FTP的纯VFP代码的类
- vfp 中上ftp操作的类,纯用vfp编写(Classes in the upper FTP operation in VFP)
FTPshixian
- 使用C++的网络编程socket搭建的Ftp系统,实现简单的上传下载文件。(The Ftp system built by the network programming socket of C++ realizes simple uploading and downloading files)
Tcp网络通讯VC++
- Using VC++ to design a simple communication tool for beginners to learn TCP communication protocol
QFtpServer-master
- QT下基于QTCP写的FTP服务器,新建客户端的本地路径以及用户名密码(FTP server based on QTCP under QT)
FTP服务器
- 大致流程:初始化临界区- 创建sListen(WSASocket)- 绑定监听端口(bind())- 监听(listen())- 创建会话sDialog(WSASocket)- 创建第一个手动重置对象(WSACreateEvent)- 创建工作者线程ProcessThreadIO- While循环等用户连接- sDialog套接字(accept())- 向sDialog回传欢迎消息(SendWelcomeMsg())- 进入临界区-。。。。 -重叠操作(SOCKET_INF
FTP上传下载器
- 这个事件过程用到两个函数:ConnectFtp()和UpdateDir()。 ConnectFtp()函数代码。 FTP客户程序要建立与服务器的连接,需要一个CInternetSession和CFtpConnection 对象,但并不需要直接创建CFtpConnection对象,而是通过调用CInternetSession:: GetFtpConnection实现。 UpdateDir()函数代码。 CFtpFileFind将服务器上的数据(包括文件和文件夹)都统一作为文件看待,因此需要
ftp
- 实现ftp客户端的登录下载上传,以及服务端文件内容显示(Realize the login, download and upload of FTP client)
ftp
- 简单的ftp服务器和客户端 用Visual C++实现 在VS2019中可以成功运行(Simple FTP server and client)