Location:
Search - InternetOpen
Search list
Description: ftp下载的好处我在这里就不多说了,许多工程会把ftp下载作为一个重要的功能来实现。微软提供的WinInet类可以利用下面这些函数:
InternetOpen;
InternetConnect;
GetCurrentDirectory;
SetCurrentDirectory;
FtpGetFile; -ftp download the benefits here, I will not say more. many projects will ftp download as an important function to be achieved. Microsoft's WinInet class can use these functions below : InternetOpen; InternetConnect; GetCurrentDirectory; SetCurrentDirectory; FtpGetFile;
Platform: |
Size: 91191 |
Author: 云水 |
Hits:
Description: ◆◆◆ 《FTP、HTTP 多线程断点续传下载文件》◆◆◆
FlashGet、网络蚂蚁想必大家都很熟悉,他们都是利用多线程同步下载的原理来提高下载速度,同时具有断点续传的功能,这些软件到底是如何实现的呢?答案在代码中揭晓。
代码中的 CDownloadMTR 类就是一个具有多线程断点续传功能的类,同时提供了测试例程。代码中未使用任何CInet类或InternetOpen()等函数,而是直接使用 SOCKET 连接,一步一步解析HTTP/FTP通信协议来完成会话和文件下载,具体细节请参考源代码,由于时间关系,代码有点零乱,错误也在所难免,如有朋友发现我代码中的错误,请来信告知,多谢!
你可以任意修改复制本代码,但请保留这段文字不要修改。
希望我能为中国的软件行业尽一份薄力!
◆◆◆ 作者 ◆◆◆
谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn
◆◆◆ 日期 ◆◆◆
2007-05-23 05:47:24
Platform: |
Size: 270943 |
Author: 谢红伟 |
Hits:
Description: ftp下载的好处我在这里就不多说了,许多工程会把ftp下载作为一个重要的功能来实现。微软提供的WinInet类可以利用下面这些函数:
InternetOpen;
InternetConnect;
GetCurrentDirectory;
SetCurrentDirectory;
FtpGetFile; -ftp download the benefits here, I will not say more. many projects will ftp download as an important function to be achieved. Microsoft's WinInet class can use these functions below : InternetOpen; InternetConnect; GetCurrentDirectory; SetCurrentDirectory; FtpGetFile;
Platform: |
Size: 91136 |
Author: 云水 |
Hits:
Description: ◆◆◆ 《FTP、HTTP 多线程断点续传下载文件》◆◆◆
FlashGet、网络蚂蚁想必大家都很熟悉,他们都是利用多线程同步下载的原理来提高下载速度,同时具有断点续传的功能,这些软件到底是如何实现的呢?答案在代码中揭晓。
代码中的 CDownloadMTR 类就是一个具有多线程断点续传功能的类,同时提供了测试例程。代码中未使用任何CInet类或InternetOpen()等函数,而是直接使用 SOCKET 连接,一步一步解析HTTP/FTP通信协议来完成会话和文件下载,具体细节请参考源代码,由于时间关系,代码有点零乱,错误也在所难免,如有朋友发现我代码中的错误,请来信告知,多谢!
你可以任意修改复制本代码,但请保留这段文字不要修改。
希望我能为中国的软件行业尽一份薄力!
◆◆◆ 作者 ◆◆◆
谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn
◆◆◆ 日期 ◆◆◆
2007-05-23 05:47:24-err
Platform: |
Size: 270336 |
Author: 谢红伟 |
Hits:
Description: InternetOpen函数利用 下载文件并保存在本地-InternetOpen function used to download and save locally
Platform: |
Size: 8192 |
Author: 王键 |
Hits:
Description: 利用wininet.dll提供的API,设置代理服务器,并利用代理下载文件。使用的API方法有InternetOpen()、InternetConnect()、InternetSetOption()、InternetReadFile()等。-It s a program to provide a solusion to set proxy.
Platform: |
Size: 44032 |
Author: Vincent |
Hits:
Description: 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 InternetReadFile page source code.
Platform: |
Size: 1024 |
Author: liping |
Hits:
Description: 測試FTP功能使用VC++呼叫InternetOpen-Test Ftp Upload and Download use VC++
Platform: |
Size: 320512 |
Author: tsai hung chi |
Hits:
Description: Call VC++ InternetOpen,InternetWrtieFile, InternetReadFile 實現FTP功能
Platform: |
Size: 25600 |
Author: tsai hung chi |
Hits:
Description: Title: Clock Updater
Description: 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 Internet: InternetOpen, InternetOpenUrl, InternetReadFile, and InternetCloseHandle. All four of these API's come from wininet.dll in the system/system32 folder. It even minimizes to the system tray, and you can also view the system time as well. Also, you can choose from a list of time servers in the drop-down menu. In addition, you can schedule time synchronization. Plus, you can choose to have it start up with Windows. Plz vote if you like this!!! :-)
Platform: |
Size: 21504 |
Author: Ndr
|
Hits: