DW1 102 Posted October 25, 2007 At work, on our test network, download connections seem to reset all the time. What I mean by that is, if I download a 500 MB file, it may stop downloading only 15 MB in and then I am left with an obviously corrupt (incomplete) file. If I use a download manager like GetRight, the files can download fine (due to the fact that they will be continued if interrupted). Now... When I use INetGet, I have the same problem, the download only comes through for a few MB and then drops. Is there a way to force the download to continue from the byte it left off at? am I even on the right track? has this been solved already? Thank you in advance, Danny AutoIt3 Online Help Share this post Link to post Share on other sites
weaponx 16 Posted October 25, 2007 (edited) There was a post here about resuming downloads:http://www.autoitscript.com/forum/index.ph...esume++downloadAlso the file should still be cached locally if it fails, doesn't it just pick up where it left off the next time you run InetGet()?EDIT: You could also use Wget, which I think is part of Cygwin.http://www.autoitscript.com/forum/index.ph...esume++download Edited October 25, 2007 by weaponx Share this post Link to post Share on other sites
DW1 102 Posted October 25, 2007 @weaponx, Thanks man, this helps a ton AutoIt3 Online Help Share this post Link to post Share on other sites