From mint-bounce@lists.fishpool.fi  Thu Jun 30 15:33:37 2005
X-Original-To: fnaumann@mail.boerde.de
Delivered-To: fnaumann@mail.boerde.de
Subject: Re: [MiNT] ssh or telnet with zmodem
From: Evan Langlois <Evan@CoolRunningConcepts.com>
To: Thomas Binder <gryf@hrzpub.tu-darmstadt.de>
Cc: mint@fishpool.com
In-Reply-To: <20050630090542.GA14485@hrzpub.tu-darmstadt.de>
References: <66DC18A8418BEC40A860F6DE165FE29F03B1704C@EATPEX01.dmt.de>
	 <42B936BD.7090002@highlandsun.com>
	 <1120070460.7070.52.camel@taro.coolrunningconcepts.com>
	 <20050630090542.GA14485@hrzpub.tu-darmstadt.de>
Content-Type: text/plain
Date: Thu, 30 Jun 2005 08:30:13 -0500
Message-Id: <1120138215.11804.65.camel@taro.coolrunningconcepts.com>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.1.1 
Content-Transfer-Encoding: 7bit
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - esc14.midphase.com
X-AntiAbuse: Original Domain - fishpool.com
X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12]
X-AntiAbuse: Sender Address Domain - CoolRunningConcepts.com
X-Source: 
X-Source-Args: 
X-Source-Dir: 
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-To: mint-bounce@lists.fishpool.fi
X-original-sender: Evan@CoolRunningConcepts.com
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
X-Virus-Scanned: by amavisd-new at relay.boerde.de
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de
X-Spam-Status: No, hits=-1.0 tagged_above=-50.5 required=7.0 tests=AWL,
 BAYES_00
X-Spam-Level: 

On Thu, 2005-06-30 at 11:05 +0200, Thomas Binder wrote:

> bash@A> ssh -f -L 2222:localhost:2222 B ssh -L 2222:localhost:22 C 'echo Open \&\& sleep 10'
> [Wait until you see "Open" on your terminal]
> bash@A> scp -P 2222 localhost:myfile.tar.gz .
> 
> Note that you have to increase the number of backslashes when you
> add more "hops", e.g. for A -> B -> C -> D
> 
> bash@A> ssh -f -L 2222:localhost:2222 B ssh -L 2222:localhost:22 C ssh -L 2222:localhost:22 'echo Open \\\&\\\& sleep 10'

In this case I think zmodem would be easier to do, and it works with
telnet as well.

But .. thanks for the info :)


