搜索资源列表
ftpfiles
- 本程序实现FTP客户端的功能,能够登录FTP服务器、显示登录客户目录下的文件、目 录名和提供文件下载上传服务。本程序是一个取于对话框的MFC应用程序,主要介绍如何通过CInternetSession类、CFtpConnection类和CFtpFileFind类连接FTP服务器进行文件传输。-FTP client function can login FTP server, log shows the client directory, a directory name and file uplo
25727511
- Web界面的计费信息查询程序,后台运行的计费系统程序,负责从ProxyServer日志文件中收集计费信息。使用WinInet,CFtpConnection等。运行平台:WindowsNTProxyServer-Web interface for the billing information procedures, background billing system procedures for log files from ProxyServer collecting billing info
121021062
- 后台运行的计费系统程序,负责从ProxyServer日志文件中收集计费信息。使用WinInet,CFtpConnection等。运行平台:Windows NTProxyServer:NetscapeProxy-run in the background billing system procedures, ProxyServer charge from the log files collected billing information. Using WinInet, CFtpConnecti
FScan
- 使用MFC中CInternetSession, CInternetFile, CFtpConnection几个类来建立http和ftp连接,采用VC6开发。内有简单文档说明。
toller
- 后台运行的计费系统程序,负责从ProxyServer日志文件中收集计费信息。使用WinInet,CFtpConnection等。运行平台:Windows NTProxy Server:Netscape ProxyServer 2.0。
TJFTManual
- A Windows FTP client written without CInternetSession or CFtpConnection classes. Demonstrates manual manipulation of Winsock sockets, FTP principles, and GUI concepts such as List controls with in-place label-editing and column sorting, progress indi
TJFTP_demo
- A Windows FTP client written without CInternetSession or CFtpConnection classes. Demonstrates manual manipulation of Winsock sockets, FTP principles, and GUI concepts such as List controls with in-place label-editing and column sorting, progress indi
Ftp
- MFC实现基本的FTP服务端。。用到CInternetSession、CFtpConnection、CFtpFileFind 类。-MFC to achieve a basic FTP server. . Used CInternetSession, CFtpConnection, CFtpFileFind category.
FtpConnection
- 用到CFtpConnection类,少有的用winsock开发的在VB平台的FTP源码,有文件列表,重命名删除文件等功能。网上也有,但我这个可以修正好可以正常下载,网上找的不能正常下载-CFtpConnection use category, a rare development using winsock in VB platform FTP source, there is the list of files, rename, delete files and other functions
FTPSRC
- 一个FTP SERVER的源代码,在别的地方转的,不知道好用不发用-A Windows FTP client written without CInternetSession or CFtpConnection classes. Demonstrates manual manipulation of Winsock sockets, FTP principles, and GUI concepts such as List controls with in-place label-editing
FTP上传下载器
- 这个事件过程用到两个函数:ConnectFtp()和UpdateDir()。 ConnectFtp()函数代码。 FTP客户程序要建立与服务器的连接,需要一个CInternetSession和CFtpConnection 对象,但并不需要直接创建CFtpConnection对象,而是通过调用CInternetSession:: GetFtpConnection实现。 UpdateDir()函数代码。 CFtpFileFind将服务器上的数据(包括文件和文件夹)都统一作为文件看待,因此需要