[ANN] FTPConnection class
[ANN] FTPConnection class
- Subject: [ANN] FTPConnection class
- From: Greg Hulands <email@hidden>
- Date: Fri, 21 May 2004 17:11:17 +1000
Over the last week I wanted to put a simple FTP client into an in store
application I wrote so we could provide users of our internet cafe the
ability to transfer files. I originally started out trying to use CFFTP
and found it quite hard to use. It would also crash when trying to
parse the directory listing so I gave it the ass. I moved on to using
CURLHandle but just didn't like it, so when you what something done
properly, you do it yourself.
I have implemented a pretty much feature complete class to handle ftp
connections and everything a modern day ftp client needs. It uses the
NSStream classes from 10.3 so if people want to use this an example on
how to use the streams, then by all means do so. It does have some
quirks that I know about, and probably more I don't. If people use it
and find problems please let me know. It uses the delegate pattern, so
just set your controller to be the delegate of the connection and wait
for things to happen.
This class makes it quite easy to create a full blown ftp client in a
relative short space of time.
http://www.dlsxtreme.com/downloads/ftpc.dmg
Greg
_______________________________________________
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.