Is ConnectionKit still usable?
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 man开发者_StackOverflow社区aged to build a working copy of ConnectionKit recently, and if so, how did you do it?
Thanks in advance!
SphereCat1http://opensource.utr-software.com/connection/
ConnectionKit is now at http://github.com/karelia/ConnectionKit
精彩评论