Re: FTP Class
Re: FTP Class
- Subject: Re: FTP Class
- From: Uli Kusterer <email@hidden>
- Date: Tue, 22 May 2007 22:06:19 +0200
On 22.05.2007, at 21:39, Nick Zitzmann wrote:
NSURLHandle is deprecated. NSURLConnection and NSURLDownload can
only be used to download data from the server.
Thanks. I just can't seem to keep them all apart.
The OP wanted to upload data. Foundation has no built-in upload
classes, so a third-party library like CURL, ConnectionKit, or (I
think) OWF must be used.
Brian wrote:
To do this, I just need to ftp the zipped database to user's
machine and extract it to the correct directory.
Since he said "ftp to user's machine", I interpret this to mean
there's a file on a server that needs to be distributed to the users'
machines where his app is. That can be done using HTTP and
NSURLDownload and the likes.
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