Re: FTP with Cocoa
Re: FTP with Cocoa
- Subject: Re: FTP with Cocoa
- From: Don Murta <email@hidden>
- Date: Thu, 01 Aug 2002 15:20:11 -0600
I did something like this using (not a cocoa solution but...) libcurl
(
http://curl.haxx.se/). There is a cocoa wrapper for it
(
http://curlhandle.sourceforge.net/) though I haven't used it.
Hope that helps.
don
On Thursday, August 1, 2002, at 03:00 PM, Max Seelemann.de wrote:
I've some questions about ftp and cocoa.
I'd like to upload an File to an server. The best would be via ftp.
And now I'd like to know how to realize this best.
I tried NSURLHandle but while this could only handle http:// and
file:// requests, this wouldn't really help me.
The file is an xml file which has always the same position and
needs just to be updated. Is there maybe an other way to change
an file and don't replace it online maybe via http??
The best would be some example code or an url, but I'm happy
about every answer.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.