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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
FTP directions
==============
You can get the distribution file, `ilisp-5.8.tar.gz' via anonymous
FTP from `FTP.CS.CMU.EDU' (128.2.206.173) in
`/afs/cs/user/campbell/http/ilisp/'.
% ftp ftp.cs.cmu.edu
Name (ftp.cs.cmu.edu:rickc): anonymous
331 Guest login ok, send username@node as password.
Password: YOUR-USER-ID@YOUR-HOSTNAME
ftp> cd /afs/cs/user/campbell/http/ilisp
250 Directory path set to /afs/cs/user/campbell/http/ilisp.
ftp> type binary
200 Type set to I.
ftp> get ilisp-5.8.tar.gz
200 PORT command successful.
150 Opening data connection for ilisp-5.8.tar.gz.
226 Transfer complete.
local: ilisp-5.8.tar.gz remote: ilisp-5.8.tar.gz
168801 bytes received.
ftp> quit
221 Goodbye.
Or get whatever single files you need from the `untarred'
subdirectory.
You can also get `ilisp-5.8.tar.gz' via anonymous FTP from
`FTP.ICSI.BERKELEY.EDU' in either `/pub/software/elisp/' or
`/pub/theory/marcoxa/elisp/'.
WWW directions
==============
You can use the World Wide Web (WWW) to get the distribution file from
the anonymous FTP locations using one of the following URLs:
* ftp://ftp.cs.cmu.edu/afs/cs/user/campbell/http/ilisp/ilisp-5.8.tar.gz
* ftp://ftp.icsi.berkeley.edu/pub/software/elisp/ilisp-5.8.tar.gz
* ftp://ftp.icsi.berkeley.edu/pub/theory/marcoxa/ilisp-5.8.tar.gz
You can also use the CMU Artificial Intelligence Repository:
http://www.cs.cmu.edu/Web/Groups/AI/html/repository.html
From there follow: `LISP', `UTIL', `EMACS' and finally `ILISP'. Use
your browser capabilities to download what you need.
The complete URL for the distribution file in the CMU AI Repository is
http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/util/emacs/ilisp/v57/ilisp57.tgz
Other URLs for the distribution file include:
* http://www.c2.net/~campbell/ilisp/ilisp-5.8.tar.gz
* http://www.cs.cmu.edu/~campbell/ilisp/ilisp-5.8.tar.gz
|