iPhone FTP Connection
Posted
by collin
on Stack Overflow
See other posts from Stack Overflow
or by collin
Published on 2010-03-11T21:32:16Z
Indexed on
2010/03/11
21:34 UTC
Read the original article
Hit count: 226
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).
© Stack Overflow or respective owner