From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Manuel Giraud Newsgroups: gmane.emacs.help Subject: Re: Dired command on same host Date: Mon, 10 Jan 2022 15:07:28 +0100 Message-ID: <874k6bsmzj.fsf@elite.giraud> References: <877dbf94su.fsf@elite.giraud> <87czl77j7e.fsf@gmx.de> <87iluz79ja.fsf@elite.giraud> <878rvv73mr.fsf@gmx.de> <87k0ffp9mp.fsf@gnu.org> <877dbe7cf9.fsf@elite.giraud> <87iluxnb79.fsf@logand.com> <87ee5l5drh.fsf@gmx.de> <87bl0n8s0n.fsf@gmx.de> <87o84kvstr.fsf@elite.giraud> <87v8yriwb7.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36831"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (berkeley-unix) Cc: help-gnu-emacs@gnu.org, Tomas Hlavaty , Manuel Giraud , Tassilo Horn To: Michael Albinus Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jan 10 15:09:52 2022 Return-path: Envelope-to: geh-help-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 1n6vMt-0009Oc-U6 for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 10 Jan 2022 15:09:52 +0100 Original-Received: from localhost ([::1]:51478 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n6vMt-00013W-0x for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 10 Jan 2022 09:09:51 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:45044) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n6vKl-00011q-DT for help-gnu-emacs@gnu.org; Mon, 10 Jan 2022 09:07:40 -0500 Original-Received: from ledu-giraud.fr ([51.159.28.247]:6784) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n6vKh-0002sV-DC; Mon, 10 Jan 2022 09:07:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=6CzA+v+QGvDk8gvY /gwl+EfB22fYuVCzIIRYp+gkFcE=; h=in-reply-to:date:references:subject: cc:to:from; d=ledu-giraud.fr; b=bx01oa6YleAUHRv+1jFuc67jcoVDaBBLWHRfzN Yf+4XV3kgA425q5adHJ4a6n+OAxOIXq/fZTBJu0DgoTVRezs0A5BgHrF7DXAk7FK05XYCZ sepzWGO+Jamik6dWNv3sPxba6TIe/ffuEMj+jwSOnFO93GyFR6MlTodWELryPNMUvFeKWF A8EyQWC6b2UbO884uZIcSxedcd3Nq7jdeEfmCn5bZac+wwvYfOjyHWlEXPxtcKGZIFQ+5K X9g0AgQqXQjuMlzTVePbPQjzPwaBcmfwOD7UfGNeIopNgaEyyNtwVSiszjWy006Tzye/3y xtJ1sht/gpQ5/2HGwidCM9vA== Original-Received: from elite.giraud ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id eb4bd604 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Mon, 10 Jan 2022 15:07:29 +0100 (CET) In-Reply-To: <87v8yriwb7.fsf@gmx.de> (Michael Albinus's message of "Mon, 10 Jan 2022 13:56:12 +0100") Received-SPF: pass client-ip=51.159.28.247; envelope-from=manuel@ledu-giraud.fr; helo=ledu-giraud.fr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:135180 Archived-At: Michael Albinus writes: > Manuel Giraud writes: > >> Hi Michael, > > Hi Manuel, > >> I've tested it with tramp-use-scp-direct-remote-copying to t and >> tramp-verbose to 6 but it does not work for me: it still use the method >> via a file in /tmp (which fills up my /tmp with a big file). Sorry, >> there is not much more to say. > > Please set tramp-verbose to 10, and rerun your test. Apply "M-x > tramp-cleanup-all-connections" first. There will be two Tramp debug > buffers; I'd like to see both. Ok. I'll try this and report back. >> In the meantime, I was trying to implement a new "scp -3" method into >> tramp but I'm slow to catchup with the tramp codebase :) > > What will it be good for? It copies also via your local tmp directory, > doesn't it? My intent was to use scp default "-3" behaviour when source and destination are remote hosts. Why? Because this behaviour works without filling up my local (small) /tmp directory whereas tramp does. I don't know how it works but it seems that a "scp hostA:file hostB:" does not use /tmp. -- Manuel Giraud