bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#41887: 28.0.50; tramp-connection-properties not quite working for me


From: Michael Albinus
Subject: bug#41887: 28.0.50; tramp-connection-properties not quite working for me
Date: Tue, 16 Jun 2020 12:14:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Jean Louis <bugs@gnu.support> writes:

Hi,

> I have tramp-connection-properties as following:
>
> (("ssh:motorola:" "tramp-tmpdir" "/sdcard/tmp")
>  ("ssh:archos" "\"tramp-tmpdir\"" "/storage/emulated/0/tmp"))
>
> And is not working for me. Do I do something wrong here in these
> settings?

Try the following:

(("ssh:motorola:" "tmpdir" "/sdcard/tmp")
 ("ssh:archos" "tmpdir" "/storage/emulated/0/tmp"))

Best regards, Michael.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]