Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to track download rate and byte?

Status
Not open for further replies.

Jason231

MIS
Apr 15, 2006
43
0
0
NL
could any one show me how i can track file downoad rate such as .rar file or .exe file using prograss bar and byte rate. Thanks
 
comanboy many thanks for u reply. i tried it but it give me same error but nothing in immidete window !!
 
Well, I think your next option is going to be use Ethereal to analysis what's going on at the network level. Also, comment out the line:
Code:
On Error GoTo err_Inet1_StateChanged
When the error occurs, it'll dump you into the code and you'll be able to try to find out what is/isn't happening.
 
I tried using a kind of packet monitoring system i got this result:

Code:
 Íz©Y ¿Æ  E bÿ@ )RØDkÀ¨e PøÕs%8{î…ÏP j9  HTTP/1.1 302 Found
Date: Fri, 21 Apr 2006 16:49:30 GMT
Server: Apache/1.3.27 (Unix) PHP/4.3.1
Location: [URL unfurl="true"]http://files.rarlab.com/rar/RARaddin_48x48.theme.rar[/URL]
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1

12f
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>302 Found</TITLE>
</HEAD><BODY>
<H1>Found</H1>
The document has moved <A HREF="[URL unfurl="true"]http://files.rarlab.com/rar/RARaddin_48x48.theme.rar">here</A>.<P>[/URL]
<HR>
<ADDRESS>Apache/1.3.27 Server at [URL unfurl="true"]www.rarlab.com[/URL] Port 80</ADDRESS>
</BODY></HTML>

0
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top