Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!bloom-beacon!F.GP.CS.CMU.EDU!Barak.Pearlmutter From: Barak.Pearlmutter@F.GP.CS.CMU.EDU Newsgroups: comp.lang.scheme Subject: FTPing Oaklisp Message-ID: Date: 25 Jun 88 21:46:00 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 25 A number of people have asked if I could mail them copies of Oaklisp, or even send tapes. I'm very sorry, but the answer is catagorically no; I don't even have the time to answer such mail individually. Perhaps some kind person will post Oaklisp to comp.sources, solving this problem for uucp people. (I am willing to hand carry a tape to a warm clime, like California, if you provide the transportation.) I have also been deluged with mail concerning problems FTPing Oaklisp, so I am posting more extensive instructions. The correct way to FTP Oaklisp is as follows: cd where/you/want/the/stuff ftp doghen.boltz.cs.cmu.edu [or 128.2.222.37 if necessary] user ftpguest [whatever your client likes here] password oaklisp [password is in lowercase] get oak/release.tar.Z release.tar.Z [not a typo] quit uncompress release.tar.Z tar xf release.tar ... NOTE: The ftp server on DOGHEN has a bug and fails if you try to switch directories, so don't use ftp's CD command. --Barak.