leeroybrun / node-mt-files-downloader

Simple module letting you download a file from the web, compute stats, retry in case of error, etc
MIT License
84 stars 44 forks source link

add progress report #3

Open ghost opened 8 years ago

leeroybrun commented 8 years ago

Hello,

Thanks, but why would you not have it implemented directly in your application logic?

You can see an example here : https://github.com/leeroybrun/node-mt-files-downloader/blob/master/examples/simple-download.js Especially the "_printStats.js" file, which basically is a timer to display informations on the download.

ghost commented 8 years ago

Well, it makes sense (to me, anyway) to have the download progress built-in