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).