搜索资源列表
ftp协议实现多线程断点续传
- ftp下载的好处我在这里就不多说了,许多工程会把ftp下载作为一个重要的功能来实现。微软提供的WinInet类可以利用下面这些函数: InternetOpen; InternetConnect; GetCurrentDirectory; SetCurrentDirectory; FtpGetFile; -ftp download the benefits here, I will not say more. many projects will ftp download a
UpDemo
- UPDDEMO,展示了用WinInet FTP函数在第二个线程执行期间从匿名FTP服务器上下载文件的方法。-UPDDEMO. using WinInet display FTP function in the second threads implementation period from anonymous FTP server download methods.
ftp_WinInet
- 用VC.NET中的WININET协议开发的FTP上传工具-VC.NET with the development agreement WININET FTP upload tools
FTP上传下载文件源码vb
- 使用wininet.dll实现FTP的基本操作,能直接使用。-use FTP connect achieve the basic operation, can directly use.
wince_FTP2
- 使用 wininet.dll 開有 寫成的 WINCE FTP 程式 包含原始碼 可正常編譯下載 編譯的環境為ARM9
FTPfile.rar
- 了解并进一步掌握TCP/IP协议中的文件传输协议FTP,掌握其工作原理,FTP协议是如何使本地或远程的客户和服务器之间进行文件传输的,同时掌握利用Visual C++这一语言进行网络编程,也掌握了MFC WinInet 编程,及其它的一些基本的类和使用方法,也基本掌握了FTP协议的基本功能。,Understanding and further master the TCP/IP protocol in the file transfer protocol FTP, to master the p
TestFtp
- Windows Mobile上FTP下载示例,也有HTTP代码,用Wininet-Windows Mobile on the FTP download sample, but also HTTP code, Use Wininet.lib
ftpClient
- 该实例通过WinInet编程接口实现了完整的FTP客户程序,其界面类似于CuteFTP和LeapFTP--This instance has realised a whole FTP client by WinInet interface, its interface is similar to CuteFTP and LeapFTP
ALWinHttpWrapper
- Descr iption: Microsoft?Windows?HTTP Services (WinHTTP) provides developers with a server-supported, high-level interface to the HTTP/1.1 Internet protocol. WinHTTP is designed to be used primarily in server-based scenarios by server applications tha
ClienttFTP
- is a sample that implements FTP connection, download, and upload using the WinInet FTP API from Visual Basic. It demonstrates the APIs and techniques to set FTP connection attributes and transfer mode that are not exposed inthe MS Internet Transfer C
Internetserver
- 为了简化客户/服务者模式进行Internet编程,vc中提供了WinInet类,它提供了HTTP、FTP等应用层协议的客户端接口-In order to simplify the client/service model for Internet programming, vc provided WinInet Class, which provides HTTP, FTP application layer protocol, such as the client interface
FTP
- 这是一个用socket写的简单FTP应用程序,虽说用WinInet类可以减低编程难度,但为了能够更好的理解协议的一些细节,此程序选择用socket,这对于想对协议细节了解的程序员肯定会有所帮助-This is a simple to use FTP to write socket applications, although the categories can be used to reduce the programming WinInet difficult, but in order t
1.2.4.2
- 1. Sniffer traffic for the protocol TCP. 1.1. Interception of FTP logins on any port. 1.2. Interception of POP3 logins on any port. 1.3. The interception of any data from the traffic (a personal request). 2. Intercepting HTTP / H
NSWinInet
- Visual Basic WinINet Useing FTP
Ftp_Client
- 该实例使用MFC和WinInet编程接口实现了完整的FTP客户程序,其MFC的界面类似于CuteFTP和LeapFTP. 涉及到了网络编程和网络通信的很多内容。是一个学习的好例子。-The instance is using MFC and WinInet programming interface to achieve a complete FTP client program, which is similar to CuteFTP and the MFC interface LeapF
FTP(Wininet.dll)
- vb code 應用程式可以使用ftp連線
FastDown1.1
- 使用前请首先注册,运行如下命令: regsvr32 GFastdownActiveXTrial.ocx 软件主页: www.gfastdown.com 文件说明: FastDownActiveX.zip ActiveX版 FastDownCB6.zip C++ Builder6 静态库 FastDownVC6.zip VC++ 6 静态库 FastDownVC7.zip VC++ 7 静态库 TestFastDown.zip 测试程序
ftp-02
- 使用wininet.dll来实现ftp功能-useing wininet.dll for ftp
9709862
- 展示了用WinInet FTP函数在第二个线程执行期间从匿名FTP服务器上下载文件的方法(Shows the using WinInet FTP function during the second thread execution from the anonymous method to download files on the FTP server)
Ftp单线程客户端
- 一个简单的ftp单线程客户端,通过mfc wininet类实现的ftp客户端,支持上传和下载(A simple FTP single thread client, FTP client realized by MFC WinInet class, supports upload and download)