I am writing an application that needs to store/receive custom made "news articles". These articles are continuously updated and need to be refreshed every now and then.
Now, my first approach was to store these on an off-site FTP server, but from what I've read in the Apple docs and online, this can get messy code-wise and also involves some major security flaws.
So what's the best practice used to accomplish this goal? I need something simple, lightweight, and easy to run/maintain/access. Even if someone can point me to an article/doc on the subject, I would be thankful.
Now, my first approach was to store these on an off-site FTP server, but from what I've read in the Apple docs and online, this can get messy code-wise and also involves some major security flaws.
So what's the best practice used to accomplish this goal? I need something simple, lightweight, and easy to run/maintain/access. Even if someone can point me to an article/doc on the subject, I would be thankful.