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

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

Re: dired copy marked files in xterm


From: David Hansen
Subject: Re: dired copy marked files in xterm
Date: Sun, 24 Feb 2008 22:11:56 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

On Sun, 24 Feb 2008 20:26:22 +0100 Fabian Braennstroem wrote:

>     Does anyone have an idea or any suggestion? At the end I
>     would actually use a similar command to transfer several
>     large (up to 2-3GB) files to an remote machine using
>     scp. Tramp is unfortunately to slow...

Mark the files in dired and then ! scp * host:/target/dir/ & RET

Emacs substitutes the `*' with the marked files and the `&' tells emacs
to run the shell command async.

David





reply via email to

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