搜索资源列表
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
NetDownMTR
- ◆◆◆ 《FTP、HTTP 多线程断点续传下载文件》◆◆◆ FlashGet、网络蚂蚁想必大家都很熟悉,他们都是利用多线程同步下载的原理来提高下载速度,同时具有断点续传的功能,这些软件到底是如何实现的呢?答案在代码中揭晓。 代码中的 CDownloadMTR 类就是一个具有多线程断点续传功能的类,同时提供了测试例程。代码中未使用任何CInet类或InternetOpen()等函数,而是直接使用 SOCKET 连接,一步一步解析HTTP/FTP通信协议来完成会话和文件下载,具体细节请参
SetProxy
- 利用wininet.dll提供的API,设置代理服务器,并利用代理下载文件。使用的API方法有InternetOpen()、InternetConnect()、InternetSetOption()、InternetReadFile()等。-It s a program to provide a solusion to set proxy.
InternetOpen
- InternetOpen函数利用 下载文件并保存在本地-InternetOpen function used to download and save locally
wininet-get-
- InternetOpen第一的WinINet使用初始化函数,然后用InternetOpenUrl打开指定的链接,并最终能够读取与InternetReadFile的网页源代码。-InternetOpen WinINet first use initialization function, and then use InternetOpenUrl open the specified link, and finally be able to read with the InternetReadFil
TestFtp
- 測試FTP功能使用VC++呼叫InternetOpen-Test Ftp Upload and Download use VC++
fptdll
- Call VC++ InternetOpen,InternetWrtieFile, InternetReadFile 實現FTP功能
Clock_Upda18101710252004
- Title: Clock Updater Descr iption: This is another way of synchronizing with an atomic time server without MSWINSCK.OCX **nor** MSINET.OCX **nor** an "embedded" web browser. It uses the following API's to retrieve the time from the Interne