Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Retrieving traffic information from a internet connectio
Message
From
26/08/2008 06:39:50
 
 
To
26/08/2008 06:14:42
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01341709
Message ID:
01341715
Views:
11
>hi there , how can i get the number of bytes downloaded and uploaded during a internet session ?
>I want to store this information in a log file after I close the internet connection (an ftp one)
>
>thanks

I do not know how/where to get the number of bytes
What I do know (since I'm using a progress bar)
- InternetReadFile(), 4th parameter passed by reference, contains the number of bytes read after each call
- InternetWriteFile(), 4th parameter passed by reference, contains the number of bytes written after each call

You could add them
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform