Re: FTP Class
Re: FTP Class
- Subject: Re: FTP Class
- From: Robert Walker <email@hidden>
- Date: Tue, 22 May 2007 15:34:06 -0400
The easiest way would probably be to use HTTP and NSURLConnection
or NSURLHandle (one of the two is deprecated, so use the other one,
I can't keep the two names apart...).
Or maybe NSURLDownload may be slightly easier and more direct.
http://developer.apple.com/documentation/Cocoa/Reference/Foundation/
Classes/NSURLDownload_Class/index.html
On May 22, 2007, at 3:22 PM, Uli Kusterer wrote:
On 22.05.2007, at 17:46, Brian Weitzner wrote:
I'm sorry to have to two questions out at once but... I want my
app to have an updatable database. To do this, I just need to ftp
the zipped database to user's machine and extract it to the
correct directory. Is there an easy way to do this? Thanks!
The easiest way would probably be to use HTTP and NSURLConnection
or NSURLHandle (one of the two is deprecated, so use the other one,
I can't keep the two names apart...).
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
40mac.com
This email sent to email@hidden
--
Robert Walker
email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >FTP Class (From: Brian Weitzner <email@hidden>) |
| >Re: FTP Class (From: Uli Kusterer <email@hidden>) |