[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] ssh or telnet with zmodem



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 :)