PDA

View Full Version : SFTP in Cocoa help




italiano40
Jul 24, 2008, 07:45 PM
i want to connect to place with sftp, how can i easily do it, is their a library or framework that i can use in cocoa?



EliseVanLooij
Jul 28, 2008, 05:54 AM
There are frameworks, yes, but it's not Cocoa, it's Core Foundation, and not easy to use at all. It's all here: http://developer.apple.com/reference/CoreFoundation/idxNetworking-date.html

robbieduncan
Jul 28, 2008, 06:41 AM
Use ConnectionKit (http://opensource.utr-software.com/connection/). It can connect via SFTP and will save you the headscratching of implementing it yourself.