italiano40 macrumors 65816 Original poster Oct 7, 2007 1,080 0 NY Jul 24, 2008 #1 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?
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?
E EliseVanLooij macrumors newbie Jul 28, 2008 4 0 Jul 28, 2008 #2 Core Foundation Networking 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
Core Foundation Networking 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 Moderator emeritus Jul 24, 2002 25,611 893 Harrogate Jul 28, 2008 #3 Use ConnectionKit. It can connect via SFTP and will save you the headscratching of implementing it yourself.
Use ConnectionKit. It can connect via SFTP and will save you the headscratching of implementing it yourself.