Have you looked at Connection Kit?
Frameworks aren't allowed on the iPhone. You'd have to add all the files into your project.
So there is no way at all to implement FTP into the iPhone?![]()
CFNetwork would be the best bet. FTP is a pretty simple protocol to implement.
Do you have any tutorials or what not I could follow? The one on the dev center is very limited in any information...as you can see here:
http://developer.apple.com/document...ef/doc/uid/TP30001132-CH9-DontLinkElementID_1
Where do they get the whole "info->" things? I don't see them defining info anywhere![]()
info is just the struct shown on the first page you linked.
Is there no way to do it with a NS class?![]()