-2

How to upload xml files to FTP Server by using CFNetwork concept in iphone?

Is there any sample project?

Is there any openSource available?

rptwsthi
  • 10,094
  • 10
  • 68
  • 109
GR.
  • 455
  • 1
  • 4
  • 18

2 Answers2

1

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.

A-Live
  • 8,904
  • 2
  • 39
  • 74
1

You can also use a library: SCRFTPRequest

You can also check my little example https://dl.dropbox.com/u/19438780/FTPtest.zip

TonyMkenu
  • 7,597
  • 3
  • 27
  • 49
  • Hi TonyMkenu.....I am also using SCRFTPRequest .I successfully created directory and uploaded images to ftp server. The problem which now i am facing is to download the images from ftp server. I you can help ,it would be great.Thanks – Nilesh Kumar Aug 06 '14 at 09:14