In particular these are the things that I would like to now how to do:
1. How to write an app that will download a file from the internet
At the time, I used URL Access. If I wrote it today, I'd use CFNetwork.
I believe there is decent documentation and sample code for CFNetwork
so I'd look there.
2. How to decompress a file once downloaded
It's just compression. I'd look into gzip or something and see about
including it in your app. Whether you use it in memory or on files on
disk probably makes little difference in the ease of using the API.
Bryan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden