From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#41887: 28.0.50; tramp-connection-properties not quite working for me Date: Fri, 19 Jun 2020 15:30:58 +0300 Message-ID: <20200619123058.GB15764@protected.rcdrun.com> References: <86eeqf5zl2.fsf@protected.rcdrun.com> <87366vfhcg.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="12464"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/1.14.0 (2020-05-02) Cc: 41887@debbugs.gnu.org To: Michael Albinus Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Jun 19 14:32:14 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jmGBq-00037H-4v for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 19 Jun 2020 14:32:14 +0200 Original-Received: from localhost ([::1]:43480 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jmGBo-0006IC-Kh for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 19 Jun 2020 08:32:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33268) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jmGBe-0006GX-WC for bug-gnu-emacs@gnu.org; Fri, 19 Jun 2020 08:32:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:43830) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jmGBe-0003fN-Mj for bug-gnu-emacs@gnu.org; Fri, 19 Jun 2020 08:32:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jmGBe-0004zN-Kb for bug-gnu-emacs@gnu.org; Fri, 19 Jun 2020 08:32:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 19 Jun 2020 12:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41887 X-GNU-PR-Package: emacs Original-Received: via spool by 41887-submit@debbugs.gnu.org id=B41887.159256991219160 (code B ref 41887); Fri, 19 Jun 2020 12:32:02 +0000 Original-Received: (at 41887) by debbugs.gnu.org; 19 Jun 2020 12:31:52 +0000 Original-Received: from localhost ([127.0.0.1]:55376 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jmGBU-0004yx-LF for submit@debbugs.gnu.org; Fri, 19 Jun 2020 08:31:52 -0400 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:58401) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jmGBR-0004yi-Sp for 41887@debbugs.gnu.org; Fri, 19 Jun 2020 08:31:51 -0400 Original-Received: from localhost ([::ffff:41.210.155.108]) (AUTH: PLAIN securesender, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 00000000000A1AF5.000000005EECB023.0000412E; Fri, 19 Jun 2020 05:31:28 -0700 Content-Disposition: inline In-Reply-To: <87366vfhcg.fsf@gmx.de> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:182182 Archived-At: * Michael Albinus [2020-06-16 13:14]: > Jean Louis 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")) Are you sure that it works that way? If you are sure, then close that bug report. I have tried transferring file of 2 MB and I did not get problem or message. But I am not quite sure, if you are sure, then it is done. Now I am using scp method and it works way better. Jean