From: Martin DeMello Date: 2004-07-12T22:42:24+09:00 Subject: Re: [ANN] Net::SSH 0.0.3 Jamis Buck wrote: > > manager.cancel_forward_local( 12345, '1.2.3.4', 1122 ) > manager.forward_local( 12345, '1.2.3.5', 1122) Possibly stupid question - why's this not cancel_forward_local(12345)? Can a single local port be bound to multiple remote ports? martin