搜索资源列表
ftpfiles
- 本程序实现FTP客户端的功能,能够登录FTP服务器、显示登录客户目录下的文件、目 录名和提供文件下载上传服务。本程序是一个取于对话框的MFC应用程序,主要介绍如何通过CInternetSession类、CFtpConnection类和CFtpFileFind类连接FTP服务器进行文件传输。-FTP client function can login FTP server, log shows the client directory,
FScan
- 使用MFC中CInternetSession, CInternetFile, CFtpConnection几个类来建立http和ftp连接,采用VC6开发。内有简单文档说明。
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
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
Wininet_SSL___Certificate_src
- vc的cinternetsession实现ssl方式登录
ftpfiles
- 本程序实现FTP客户端的功能,能够登录FTP服务器、显示登录客户目录下的文件、目 录名和提供文件下载上传服务。本程序是一个取于对话框的MFC应用程序,主要介绍如何通过CInternetSession类、CFtpConnection类和CFtpFileFind类连接FTP服务器进行文件传输。-FTP client function can login FTP server, log shows the client directory,
FScan
- 使用MFC中CInternetSession, CInternetFile, CFtpConnection几个类来建立http和ftp连接,采用VC6开发。内有简单文档说明。-Use MFC in CInternetSession, CInternetFile, CFtpConnection several categories to build http and ftp connections, using VC6 developme
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
Wininet_SSL___Certificate_src
- vc的cinternetsession实现ssl方式登录-vc s cinternetsession way to achieve ssl login
WebClass
- 自己封装的web访问类,vc2008,使用mfc cinternetsession,主要是为了自己用的顺手-Visit their web package type
tear
- 控制台应用程序,与 Internet 进行通信。该示例说明如何使用 CHttpFile 生成对 CHttpConnection 和 CInternetSession 对象的 HTTP 请求。-Console applications, and Internet communications. The example illustrates how to use CHttpConnection and CHttpFile generate
5555
- 【源码】【MFC】使用 CInternetSession 封装多线程 http 文件下载-【Source】 【】 to use MFC multi-threaded http package CInternetSession File Download
GetHtml
- VC2005写的 CHttpFile类 读取网页原码的小程序-VC2005 category CHttpFile write code to read the original web page applet
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 contro
My
- 通过访问网站 实现获取主机所在地 CInternetSession 类 实现-get localtion address
HTTP
- 当查询一个域在Internet上是否存在时,可以使用CInternetSession类的OpenURL函数的返回值进行判断-search HTTP satation
MyFtp_9_99
- FTP 上传下载 通过 CInternetSession对象,用PutFile函数上传文件,用GetFile函数下载文件。-FTP upload loaded with passes the CInternetSession marriage partner , uses PutFile function to upload a file , uses GetFile function to download a file.
http_download_16.10.2011
- example download program using MFC and CInternetSession