Re: FTP Class
Re: FTP Class
- Subject: Re: FTP Class
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 22 May 2007 13:39:14 -0600
On May 22, 2007, at 1:22 PM, Uli Kusterer wrote:
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...).
NSURLHandle is deprecated. NSURLConnection and NSURLDownload can only
be used to download data from the server. 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.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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>) |