Initial Commit
[packages] / xemacs-packages / tramp / README
1 Tramp stands for `Transparent Remote (file) Access, Multiple
2 Protocol'.  This package provides remote file editing, similar to
3 Ange-FTP and EFS.
4
5 The difference is that Ange-FTP uses FTP to transfer files between the
6 local and the remote host, whereas Tramp uses a combination of `rsh'
7 and `rcp' or other work-alike programs, such as `ssh'/`scp'.
8
9 This is the XEmacs Package version of Tramp.  It is identical to the
10 mainline version of Tramp except that it doesn't contain the experimental
11 Tramp2 code. (see below "Getting Tramp2")
12
13 Files in this directory:
14 ------------------------
15
16 CONTRIBUTORS            Self-explanatory, I guess
17 ChangeLog               List of changes, most recent first.
18                         There is a similar file for each directory.
19 Makefile                Used to build the Tramp XEmacs package
20 package-info.in         Used for the XEmacs package.
21
22 Subdirectories:
23 ---------------
24
25 lisp                    The Tramp Lisp packages.
26 test                    Some Lisp files to test Tramp.
27 texi                    The documentation.
28
29 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>