Skip navigation.
 
mlRe: Using NSTask to start ssh tunnel
FROM : Steve Mills
DATE : Thu Feb 28 19:38:26 2008

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_removed>                      www.multi-ad.com

Related mailsAuthorDate
mlUsing NSTask to start ssh tunnel Steve Mills Feb 28, 19:20
mlRe: Using NSTask to start ssh tunnel Steve Mills Feb 28, 19:38