Re: How to fetch remote file?

2008-04-15 Thread I. Savant
NSURLDownload would be the one. Or you can just use +[NSData dataWithContentsOfURL:]. I'd recommend the previous suggestions. NSURLDownload is non- blocking and uses callbacks to notify you when the download is complete (not to mention specific errors and progress). It also downloads t

Re: How to fetch remote file?

2008-04-15 Thread parag vibhute
Thanks guys. I am going through the documentation of those classes & if have any query then will ask. Thanks again. Regards, Palav On Tue, Apr 15, 2008 at 3:50 PM, Chris Suter <[EMAIL PROTECTED]> wrote: > > On 15/04/2008, at 8:12 PM, Mike Abdullah wrote: > > NSURLDownload would be the one. > >

Re: How to fetch remote file?

2008-04-15 Thread Chris Suter
On 15/04/2008, at 8:12 PM, Mike Abdullah wrote: NSURLDownload would be the one. Or you can just use +[NSData dataWithContentsOfURL:]. - Chris smime.p7s Description: S/MIME cryptographic signature ___ Cocoa-dev mailing list (Cocoa-dev@lists.ap

Re: How to fetch remote file?

2008-04-15 Thread Michael Vannorsdel
Check out NSURLDownload or NSURLConnection. On Apr 15, 2008, at 4:08 AM, parag vibhute wrote: I have implemented cocoa application in which I want to fetch a file which is kept on remote machine. I know url of that file. But don't know how to download that file. Can anybody please guide me

Re: How to fetch remote file?

2008-04-15 Thread Mike Abdullah
NSURLDownload would be the one. Mike. On 15 Apr 2008, at 11:08, parag vibhute wrote: Hi, I have implemented cocoa application in which I want to fetch a file which is kept on remote machine. I know url of that file. But don't know how to download that file. Can anybody please guide me ho

How to fetch remote file?

2008-04-15 Thread parag vibhute
Hi, I have implemented cocoa application in which I want to fetch a file which is kept on remote machine. I know url of that file. But don't know how to download that file. Can anybody please guide me how to do this? Thanks, Palav -- There are many things in your life that will catch your eye