Re: Using NSTask to start ssh tunnel
Re: Using NSTask to start ssh tunnel
- Subject: Re: Using NSTask to start ssh tunnel
- From: "Steve Mills" <email@hidden>
- Date: Thu, 28 Feb 2008 12:38:26 -0600
On Feb 28, 2008, at 12:31:03, A.M. wrote:
There is no shell string interpolation with NSTask, so try
[arguments addObject: @"-o"];
[arguments addObject: @"ServerAliveInterval 180"];
Well that was easy! I thought I'd tried that before, but probably not
exactly that way, because it didn't work. Thanks a bunch.
_________________________________________________________
Steve Mills Me: 952-401-6255
Senior Software Architect MultiAd
email@hidden www.multi-ad.com
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden