For a pure Obj-C implementation, I would think you should be able to
launch ssh via an NSTask and attach a couple of NSPipes to it for
stdin and stdout. That said, Cocoa isn't that great at text parsing
(in my opinion), so if I were doing it I'd stick with normal posix
code for launching and manipulating the pipes (e.g. popen()).
S+E
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/macnetworkprog/email@hidden