* Just transfering files
@ 2006-05-15 13:53 Lennart Borgman
2006-05-15 15:18 ` Lennart Borgman
0 siblings, 1 reply; 3+ messages in thread
From: Lennart Borgman @ 2006-05-15 13:53 UTC (permalink / raw)
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?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Just transfering files
2006-05-15 13:53 Just transfering files Lennart Borgman
@ 2006-05-15 15:18 ` Lennart Borgman
0 siblings, 0 replies; 3+ messages in thread
From: Lennart Borgman @ 2006-05-15 15:18 UTC (permalink / raw)
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!
^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <mailman.1823.1147701241.9609.help-gnu-emacs@gnu.org>]
* Re: Just transfering files
[not found] <mailman.1823.1147701241.9609.help-gnu-emacs@gnu.org>
@ 2006-05-15 15:34 ` Burton Samograd
0 siblings, 0 replies; 3+ messages in thread
From: Burton Samograd @ 2006-05-15 15:34 UTC (permalink / raw)
Lennart Borgman <lennart.borgman.073@student.lu.se> writes:
> 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?
You can use eshell with tramp enabled:
cp some-file /ftp:user@site.com:remote-file
another cool thing is to:
cd /ftp:user@site.com:
and look around :) A bit slow, but it works.
--
burton samograd kruhft .at. gmail
kruhft.blogspot.com www.myspace.com/kruhft metashell.blogspot.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-05-15 15:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-15 13:53 Just transfering files Lennart Borgman
2006-05-15 15:18 ` Lennart Borgman
[not found] <mailman.1823.1147701241.9609.help-gnu-emacs@gnu.org>
2006-05-15 15:34 ` Burton Samograd
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.