Re: FTP Class
Re: FTP Class
- Subject: Re: FTP Class
- From: Uli Kusterer <email@hidden>
- Date: Tue, 22 May 2007 21:22:10 +0200
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:
This email sent to email@hidden
References: | |
| >FTP Class (From: Brian Weitzner <email@hidden>) |