Domanda

I want to use ios basic networking scheme CFNetwork to download a file.I have used NSURLConnection but i want to explore the low level api.Any tutorials or sample codes to start?

È stato utile?

Soluzione

I'd take a look at Apple's documentation for CFNetwork as a good start. That should give you an idea of whats available within the framework. What are you downloading from? E.g. ftp server

If you are downloading from an ftp server, Apple provide a sample code which provides upload/download/listing of an ftp server.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top