HTTP and FTP with cocoa
HTTP and FTP with cocoa
- Subject: HTTP and FTP with cocoa
- From: Andrew Baldwin <email@hidden>
- Date: Thu, 28 Feb 2002 12:23:09 -0500
I'm trying to implement a gnutella client/server so I need to generate
and respond to HTTP and FTP messages over TCP/IP. I've searched the
cocoa-dev "archives" and found suggestions including using BSD sockets,
NSSocketPort, CF socket, and the OmniNetwork framework. I've read
through the Omni headers and would much rather create my own tailored
implementation. What classes should I be using to allow inter-OS
communication via HTTP/FTP over TCP/IP? Also, if you could point me in
the direction of adequate documentation on any such classes it would be
much appreciated.
Thanks in advance for any help!
_______________________________________________
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.