Collin
Collin

Reputation: 208

iPhone FTP Connection

I am working on an iPhone app for a client that needs to be able to manipulate directories on an arbitrary FTP server.

Does anybody know of any FTP libraries, frameworks, sample code that can remove directories from an FTP server?

NOTE: I have thoroughly researched CFFTP and the SimpleFTP Sample code provided by Apple and it only supports half of the FTP protocol(I don't know why there is only half of the implementation).

Upvotes: 1

Views: 4854

Answers (1)

Jamie Chapman
Jamie Chapman

Reputation: 4239

If guess you could use cURL if you have little success with the apple sample code, see here.

Upvotes: 1

Related Questions