Re: FTP Class
Re: FTP Class
- Subject: Re: FTP Class
- From: Dominik Pich <email@hidden>
- Date: Tue, 22 May 2007 23:22:14 +0200
Uli is right :) NSUrlRequest can easily POST HTTP Data AND if willing
to use core services (CFNetwork) you get fully fledged ftp classes.
No need for any 3rd party code
On May 22, 2007, at 10:06 PM, Uli Kusterer wrote:
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
_______________________________________________
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