File: README

package info (click to toggle)
tramp 20020218-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,236 kB
  • ctags: 278
  • sloc: lisp: 4,550; makefile: 146; sh: 67
file content (33 lines) | stat: -rw-r--r-- 1,387 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Tramp stands for `Transparent Remote (file) Access, Multiple
Protocol'.  This package provides remote file editing, similar to
Ange-FTP and EFS.

The difference is that Ange-FTP uses FTP to transfer files between the
local and the remote host, whereas Tramp uses a combination of `rsh'
and `rcp' or other work-alike programs, such as `ssh'/`scp'.

Files in this directory:
------------------------

CONTRIBUTORS            Self-explanatory, I guess
ChangeLog               List of changes, most recent first.
                        There is a similar file for each directory.
Makefile                What I use for building Tramp.
                        This should be improved.
Makefile.XEmacs         What the XEmacs package maintainer uses to build
                        Tramp.
package-info.in         Used for the XEmacs package.

Subdirectories:
---------------

contrib                 Lisp packages used by Tramp which are not part of
                        Tramp.  Cf. the README file there.
lisp                    The Tramp Lisp packages.
test                    Some Lisp files to test Tramp.
texi                    The documentation.
tramp2                  An experimental redesign and rewrite of Tramp.
                        Don't forget your asbestos longjohns if you want
                        to use this.

Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>