搜索资源列表
minite
- 建立FTP服务器,分钟保存、 监测远处服务器上的数据,由VB6.0开发-establish FTP server, minutes preservation, distant server monitoring data from VB6.0
15_FTPD
- 模拟FTP服务器的应用程序,实现数据上载下传,并有IP过滤功能.
ChxdFTPServer
- 简易FTP服务器,根据网上有关FTP服务器源代码编制的一个FTP服务器软件.这个软件已用在我们研制的基于PC104的只能设备,可以提供用户下载仪器产生的观测数据.-simple FTP server, FTP server on the Internet source code for the establishment of an FTP server software. This software has been used in our development of the PC104 b
FTP上传下载器
- 这个事件过程用到两个函数:ConnectFtp()和UpdateDir()。 ConnectFtp()函数代码。 FTP客户程序要建立与服务器的连接,需要一个CInternetSession和CFtpConnection 对象,但并不需要直接创建CFtpConnection对象,而是通过调用CInternetSession:: GetFtpConnection实现。 UpdateDir()函数代码。 CFtpFileFind将服务器上的数据(包括文件和文件夹)都统一作为文件看待,因此需要