搜索资源列表
FTPsever_c++.net
- 利用Socket套接字创建基于对话框类的FTP工具。主要功能是在网络上的FTP服务器上,实现单线程下载,能够实现文件上传功能。-use Socket created based on the type dialog FTP tools. Its main function is on the network FTP server, the thread to achieve the download, upload documents to achieve functional.
FTPUpload
- ftp服务器上传xml等文件,并在ftp上创建文件目录。-ftp upload .
FTP上传下载器
- 这个事件过程用到两个函数:ConnectFtp()和UpdateDir()。 ConnectFtp()函数代码。 FTP客户程序要建立与服务器的连接,需要一个CInternetSession和CFtpConnection 对象,但并不需要直接创建CFtpConnection对象,而是通过调用CInternetSession:: GetFtpConnection实现。 UpdateDir()函数代码。 CFtpFileFind将服务器上的数据(包括文件和文件夹)都统一作为文件看待,因此需要