문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top