Re: Connecting to SSH server
Re: Connecting to SSH server
- Subject: Re: Connecting to SSH server
- From: Daniel Jalkut <email@hidden>
- Date: Sun, 31 Jul 2005 10:26:54 -0400
On Jul 31, 2005, at 6:29 AM, Rakka wrote:
Hi,
What would be the best way to connect to an SSH server through
cocoa? (I was thinking NSTask, but thought there must be a more
elegant way).
What do you want to do with the SSH server?
If you are looking to do a variety of sftp manipulations or
something, it's probably going to be easiest to use the command line
tools provided with the system. If you want to do something specific
at the protocol level, then you might look at using NSStream, or use
CFNetwork directly if you need to support older versions of Mac OS X.
Daniel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden