I'm writing a Cocoa app that will need access to multiple file transfer protocols, such as FTP, Amazon S3, etc, and I was planning on using the ConnectionKit framework to implement them. However, even though I managed to get it compiled (which is quite a feat itself), it seems to be missing a number of it's header files, such as the S3 protocol.
My question is this: has anyone actually managed to build a working copy of ConnectionKit recently, and if so, how did you do it?
Thanks in advance!
SphereCat1