iphone - Accessing an FTP connection for downloading files -
i new iphone.. want guidelines accessing ftp server through objective c ,where ftp url, username,password should given in program , want access lot of image files ftp , display in imageview.
how store image files in locally , retrieve whenever needed....
thanks in advance..
ftp? really? username , password? unless server really configured, ftp security hole waiting happen.
but... ok... answer question; there no built in ftp client api in ios. you'll either need roll own (hard, protocol documented) or use client library (maybe easy, maybe not).
i'd start here (yes, google search, not meant flippant) , review various libraries see fits needs better.
note omni's frameworks show on page. write code.
however, best solution use http communicate between app , server. http support built in, http ubiquitous, , easier configure web server secure.
Comments
Post a Comment