Could anybody explain to me the process of uploading to and downloading form and ftp server with the iPhone SDK. If you could just point me in the right direction (e.g. documentation etc.). How difficult is a task like this?
Thanks in advance.
|
Could anybody explain to me the process of uploading to and downloading form and ftp server with the iPhone SDK. If you could just point me in the right direction (e.g. documentation etc.). How difficult is a task like this? Thanks in advance. |
|||
|
|
|
The Apple documentation will provide far more info in general than I could. Have a look at: which details the FTP information you need. If you prefer a PDF with all the networking info in it, have a look at: In this, you'll be particularly interested in Chapter 5. Both detail working with FTP sites, including uploading, downloading, retrieving directory listings, etc. |
||||
|
|
|
You can use this. It support all the basic ftp operations:
[DISCLAIMER] I am the developer of the library, I needed a ftp library too in the past and came over this answer. However, I decided to write one myself because |
|||
|
|
|
Try this Simple FTP Download |
||||
|
|
|
s7ftprequest only for uploading files to FTP. The below is sample code from apple http://developer.apple.com/library/ios/#samplecode/SimpleFTPSample/Introduction/Intro.html Limitations:
|
|||
|
|