Page 1 of 1

Download Logger Program

Posted: Mon Apr 17, 2006 2:10 pm
by technohamster56
I want to create a program that monitors what you download and tells you how much you have downloaded and the sizes, etc. But I don't no how to. Is it possible, and if so, how would you go about doing it?

technohamster56

Posted: Mon Apr 17, 2006 2:32 pm
by Jerry Muelver
I did it by installing FireFox. :roll:

Posted: Mon Apr 17, 2006 3:04 pm
by BvG
I don't think that you can make a program that monitors downloads, made by another program, with rev.
You can however make a downloader with rev, an app that you use to download stuff. You'd need to copy every download to that app though...

Posted: Mon Apr 17, 2006 5:11 pm
by Garrett
Or, if the browser you use is set to download to a specific folder with every
download, then you can monitor that directory, keep track of the files and
file sizes etc using Rev.

-Garrett

Posted: Mon Apr 17, 2006 5:15 pm
by Garrett
Another note. The AltBrowser plugin (I think it's considered a plugin)
I believe has the ability to do this.

http://www.altuit.com/webs/altuit2/altB ... efault.htm

The plugin gives you the ability to create your own web browser using
Rev. And the plugin does allow quite a bit of control over the browser
that is embedded on your Rev stack. So it most likely has a function
that tells you the file size, and at what byte the download is currently.

Only drawback is that it is a bit pricey.

-Garrett