[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Disabling Tramp
From: |
Kai Großjohann |
Subject: |
Re: Disabling Tramp |
Date: |
Wed, 09 Mar 2005 14:34:07 +0100 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (usg-unix-v) |
address@hidden (Kim F. Storm) writes:
> BTW, would it be possible to mention _why_ tramp is better than
> ange-ftp...?
I think that's difficult because Tramp isn't better. It does a
different job.
Tramp consists of three parts.
One part groks filenames of the form "/method:address@hidden:/some/file"
and delegates the real work to backends based on the method. As an
added value, you can omit the method, and then it will choose a
default method based on the user and the host. One of the backends it
knows about is ange-ftp.
The second part is a backend which uses smbclient to access the files.
The third part is a backend which uses a remote login program to
access the files.
The added value for using Ange-FTP together with Tramp is that this
provides a unified filename syntax for remote files, regardless of how
the remote system is accessed.
One can remove the Tramp entries from file-name-handler-alist and
re-add the Ange-FTP entries there. But it's also possible to just
type "/ftp:address@hidden:/some/file" as the filename, or to set
tramp-default-method, as Michael mentioned.
Kai
- Disabling Tramp, Guy Gascoigne - Piggford, 2005/03/08
- Re: Disabling Tramp, Michael Albinus, 2005/03/09
- Re: Disabling Tramp, Kim F. Storm, 2005/03/09
- Re: Disabling Tramp,
Kai Großjohann <=
- Re: Disabling Tramp, Kim F. Storm, 2005/03/09
- Re: Disabling Tramp, Kevin Rodgers, 2005/03/09
- Re: Disabling Tramp, Richard Stallman, 2005/03/10
- Re: Disabling Tramp, Kai Großjohann, 2005/03/13
- Re: Disabling Tramp, Kevin Rodgers, 2005/03/14
- Re: Disabling Tramp, Michael Albinus, 2005/03/10
Re: Disabling Tramp, Guy Gascoigne - Piggford, 2005/03/09