Implementing file download (was Re: 2 different questions)
Implementing file download (was Re: 2 different questions)
- Subject: Implementing file download (was Re: 2 different questions)
- From: Chris Hanson <email@hidden>
- Date: Thu, 19 Sep 2002 01:20:12 -0500
Kubernan:
It's more effective to post two separate messages with descriptive
titles if you have two questions to ask.
At 7:10 PM +0200 9/18/02, kubernan wrote:
Which cocoa mechanism should i use if i want implement a download
file function in client/server application ?
That depends on the protocol your server uses.
You might be able to use NSURL if your server uses HTTP.
Or you might have to implement your own protocol using BSD sockets or
one of the wrappers for it (CFSocket, SmallSockets, etc.).
-- Chris
--
Chris Hanson | Email: email@hidden
bDistributed.com, Inc. | Phone: +1-847-372-3955
Making Business Distributed | Fax: +1-847-589-3738
http://bdistributed.com/ | Personal Email: email@hidden
_______________________________________________
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.