开发者

download a mp3 file to iphone problem

开发者 https://www.devze.com 2023-02-15 19:53 出处:网络
I developing an iPhone applica开发者_开发知识库tion..and i facing one problem that i need to download an mp3 file from some FTP server and i used NSURLConnection with NSURLRequest

I developing an iPhone applica开发者_开发知识库tion..and i facing one problem that i need to download an mp3 file from some FTP server and i used NSURLConnection with NSURLRequest But every time i facing this error

error Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x187650 {NSErrorFailingURLStringKey=ftp://....../you.mp3, NSErrorFailingURLKey=ftp://....you.mp3, NSLocalizedDescription=The request timed out., NSUnderlyingError=0x17cb20 "The request timed out."}

What is this mean and how can i download this file OR correct this error??

NOTE: I did this exapme using HTTP server and it worj JUST for FTP give this error any advice please :)

0

精彩评论

暂无评论...
验证码 换一张
取 消