Re: How to download a file from a web site?
Re: How to download a file from a web site?
- Subject: Re: How to download a file from a web site?
- From: j o a r <email@hidden>
- Date: Tue, 1 Apr 2003 13:11:28 +0200
Check out the documentation for NSURLHandle, and then use CURLHandle
(from sourceforge) - CURLHandle can manage the progress indicator
automatically. NSURLHandle (and subclasses) are very nice and easy to
use.
j o a r
On Tuesday, Apr 1, 2003, at 12:15 Europe/Stockholm, Lorenzo Puleo wrote:
How to download a file SIT from a web site using Cocoa?
Also it should be fine to show a progress bar reporting the status of
downloading and a Cancel button.
Is there any sample code somewhere?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.