I\'m trying to download files [> 40MB] from web server over HTTP request. To do that I\'ve used the SimpleURLConnection sample provided by the apple. In that sample they onl
ASIHTTP is no longer in active development as of September 2011. I've found that RestKit is a good alternative in many cases, however it lacks many features of ASI such as download pausing and resuming.
Don't reinvent the wheel! ASIHTTP has you covered, see there. There's a specific option to download directly to file.