Le 11 août 2010 à 01:15, David Alter a écrit : > I'm adding FTP support to a Mac application. It actually needs to support > SFTP. I need to support upload and downloading. If a connection is dropped I > need to be able to re-establish a connection and finish the operation. > > It looks like there are some choices out there and I wanted to see what > people where suggesting. Here are the choices I have come across. > > 1) I have seen some information about ConnectionKit. It looks like this was > written back in 2007. The original open source project appears to have > vanished. However it looks like it was resurrected as a iOS framework. > Sounds like it was well supported back in 2007. I'm wondering if it is still > a good solution. I'm thinking changing it to work on the Mac would not be > that hard to do. Here is where the project is hosted connectionkit - > Project Hosting on Google Code <http://code.google.com/p/connectionkit/> >
Nope. This project at googlecode has nothing to do with the original connection kit which is still alive: http://github.com/karelia/ConnectionKit -- Jean-Daniel _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
