搜索资源列表
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
FScan
- 使用MFC中CInternetSession, CInternetFile, CFtpConnection几个类来建立http和ftp连接,采用VC6开发。内有简单文档说明。
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
tear.rar
- 控制台应用程序,与 Internet 进行通信。该示例说明如何使用 CHttpFile 生成对 CHttpConnection 和 CInternetSession 对象的 HTTP 请求。,Console applications, and Internet communications. The example illustrates how to use CHttpConnection and CHttpFile generated CInternetSession of the HTTP
VC_thread_Download
- visual c++ 断点续传 使用了CHttpFile CInternetSession ,用另一种思路实现-visual c++ HTTP uses CHttpFile CInternetSession, in another line of thought to achieve
Ftp
- MFC实现基本的FTP服务端。。用到CInternetSession、CFtpConnection、CFtpFileFind 类。-MFC to achieve a basic FTP server. . Used CInternetSession, CFtpConnection, CFtpFileFind category.
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
My
- 通过访问网站 实现获取主机所在地 CInternetSession 类 实现-get localtion address
CInternetSession(duandianxuchuan)
- 断点续传 http download ftp mfc-http download download download download
getpubips
- CInternetSession 类的使用-the usage of CInternetSession
AliGetdll
- CInternetSession CHttpFile* vc2008 mfc http get post网页 -CInternetSession CHttpFile* vc2008 mfc http get post
httpGetFile
- VC++程序,用于http下载文件,利用CInternetSession、CHttpConnection、HTTP_VERB_GET获取文件并下载。简单实现demo。-VC++ procedures for http download files, the use of CInternetSession, CHttpConnection, HTTP_VERB_GET access to documents and download. Simple implementation demo.
FTP上传下载器
- 这个事件过程用到两个函数:ConnectFtp()和UpdateDir()。 ConnectFtp()函数代码。 FTP客户程序要建立与服务器的连接,需要一个CInternetSession和CFtpConnection 对象,但并不需要直接创建CFtpConnection对象,而是通过调用CInternetSession:: GetFtpConnection实现。 UpdateDir()函数代码。 CFtpFileFind将服务器上的数据(包括文件和文件夹)都统一作为文件看待,因此需要
