How to upload xml files to FTP Server by using CFNetwork concept in iphone?
Is there any sample project?
Is there any openSource available?
How to upload xml files to FTP Server by using CFNetwork concept in iphone?
Is there any sample project?
Is there any openSource available?
There's a dedicated documentation for this problem: CFNetwork Programming Guide - Working with FTP Servers.
Try to be more specific if you have any particular issue.
You can also use a library: SCRFTPRequest
You can also check my little example https://dl.dropbox.com/u/19438780/FTPtest.zip