I am writing a cocoa application in which I want to download a file from a webserver. What will be the most convenient method to go about doing this? Should I go in for NSSockets or a NSUrlRequest? Or is there any other easier way to achieve this?
Exact Duplicate of http://stackoverflow.com/questions/393803/accessing-a-webserver-from-a-cocoa-application
