Can someone show me code that takes an image from a server and puts it into an image on the iPhone to display in a program. In particular, let's say my ftp server is at mydomain.com and my username is "name" and password is "password"
What would the code look like to take an image called "hello.png" of size 25x25 sitting on the server and using it in my iPhone app.
Thanks!