Save files on the iPhone
Definitely. Read the following:
http://developer.apple.com/iphone/library/documentation/Cocoa/Concept…
The API supports FTP also.
I’ve not done FTP myself but we use NSURL to do HTTP Post/Get requests
and to send/receive standard content so what you are looking for is
definitely doable.
Sze Wong
Zerion Consulting
http://www.zerionconsultng.com
On Oct 3, 1:21 pm, Lata Rastogi <lethal.lo…@gmail.com> wrote:
> Am trying to download a file from the internet and save it to my
> iPhone using Objective-C so that my app can use it the next time it
> runs.
> Basically, letting the user download some files from the internet on
> his phone to be viewed offline later.
> Is that possible?
> iPhone using Objective-C so that my app can use it the next time it
> runs.
> Basically, letting the user download some files from the internet on
> his phone to be viewed offline later.
> Is that possible?
> Regards
- Hide quoted text -

