-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
38 lines (30 loc) · 1.5 KB
/
README
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
34
35
36
37
38
Tramp stands for `Transparent Remote (file) Access, Multiple
Protocol'. This package provides remote file editing, similar to
Ange-FTP.
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'.
On GNU Emacs, this version of Tramp uses a unified filename syntax for
Tramp and Ange-FTP. Read the manual for details.
Files in this directory:
------------------------
ChangeLog List of changes, most recent first.
There is a similar file for each directory.
INSTALL Instructions for installation of Tramp.
Makefile.in What I use for building Tramp.
README This file.
README-GIT For the brave ones who want to get the latest
developer sources.
aclocal.m4 Macros used by autoconf for generating the
configure script.
configure.ac Input for autoconf for generating the configure script.
download.sh A script to download Tramp sources via wget instead git.
All other files in this directory are generated by either autoconf,
configure, or make.
Subdirectories:
---------------
lisp The Tramp Lisp packages.
test Some Lisp files to test Tramp.
texi The documentation.
Kai Großjohann <[email protected]>
Michael Albinus <[email protected]>