[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: connecting with tramp and plink to a non standard port fails
From: |
lmunro |
Subject: |
Re: connecting with tramp and plink to a non standard port fails |
Date: |
Wed, 9 Jan 2008 12:32:42 -0800 (PST) |
User-agent: |
G2/1.0 |
On Jan 8, 12:08 am, Michael Albinus <michael.albi...@gmx.de> wrote:
> Which Tramp version do you use? I guess it is Tramp 2.0.x.
>
> Tramp 2.0 has a design error, that for ports it always adds "-p xxx".
> This is fine for ssh etc, but wrong for plink (which needs "-P xxx").
>
> This is solved in Tramp 2.1, where the parameter is set depending on the
> used method.
That seems to have done it.
I was using the version of tramp that comes precompiled with emacs
22.1 for windows.
Recompiling tramp 2.1 has allowed me to use the # kludge.
Thank you for your help,
LM