From 8712b591635a9d7029abb03cb54be53e6ac375c8 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Fri, 18 Oct 1991 18:40:26 +0000 Subject: [PATCH] Fixed FTP instructions to say username@host rather than "real user ID". --- general-info/net-README.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/general-info/net-README.txt b/general-info/net-README.txt index 9cab6064f..48f2f4bcb 100644 --- a/general-info/net-README.txt +++ b/general-info/net-README.txt @@ -25,10 +25,11 @@ some suggested gateway machines: lisp-rt1.slisp.cs.cmu.edu lisp-rt2.slisp.cs.cmu.edu -Log in with the user "anonymous" and your real userid as password. Due to the -way anonymous FTP access control is done, it is important to "cd" to the -source directory with a single command, and then do a "get" operation. If you -have any trouble with FTP access, please send mail to slisp@cs.cmu.edu. +Log in with the user "anonymous" and "username@host" as password (i.e. your +EMAIL address.) Due to the way anonymous FTP access control is done, it is +important to "cd" to the source directory with a single command, and then do a +"get" operation. If you have any trouble with FTP access, please send mail to +slisp@cs.cmu.edu. The binary release area is /afs/cs.cmu.edu/project/clisp/release. This directory holds compressed tar files with names of the form: -- GitLab