From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Just transfering files Date: Mon, 15 May 2006 17:18:14 +0200 Message-ID: <44689BB6.7080805@student.lu.se> References: <446887F4.4050202@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1147706329 14531 80.91.229.2 (15 May 2006 15:18:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 May 2006 15:18:49 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 15 17:18:46 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FfeqB-0003ev-0s for geh-help-gnu-emacs@m.gmane.org; Mon, 15 May 2006 17:18:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FfeqA-0004wd-CV for geh-help-gnu-emacs@m.gmane.org; Mon, 15 May 2006 11:18:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ffepy-0004wD-87 for help-gnu-emacs@gnu.org; Mon, 15 May 2006 11:18:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ffepu-0004vf-8v for Help-gnu-emacs@gnu.org; Mon, 15 May 2006 11:18:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ffepu-0004vc-62 for Help-gnu-emacs@gnu.org; Mon, 15 May 2006 11:18:18 -0400 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FfesL-0004BQ-4g for Help-gnu-emacs@gnu.org; Mon, 15 May 2006 11:20:49 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout2-sn1.fre.skanova.net (7.2.072.1) id 4460A184001AE3E3 for Help-gnu-emacs@gnu.org; Mon, 15 May 2006 17:18:16 +0200 User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) Original-To: Help-gnu-emacs@gnu.org In-Reply-To: <446887F4.4050202@student.lu.se> X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:35044 Archived-At: Lennart Borgman wrote: > I know how to edit a remote file with Emacs. But if I just want to > transfer a file (up or down), is there an easy way to do that from > within Emacs? Can I use the same filename syntax as in tramp or ange-ftp? I am beginning to realize that this can probably be done by just using `copy-file' and the relevant remote and local file names. (At least in CVS Emacs.) Sorry for the noise and glad and surprised!