[160] in Kerberos-V5-bugs
Re: error in README file
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Wed Jul 10 13:10:55 1991
Date: Wed, 10 Jul 91 13:10:38 -0400
From: tytso@ATHENA.MIT.EDU (Theodore Ts'o)
To: bjl@ux.acs.umn.edu
Cc: krb5-bugs@ATHENA.MIT.EDU, Benjamin Littman <bjl@ux.acs.umn.edu>
In-Reply-To: [156]
Reply-To: tytso@ATHENA.MIT.EDU
>Item 7 of the README file goes:
>
>7) Change into the directory '/pub/kerberos5/dist/910607'.
>[NOTE: you can't cd to this directory in steps, you must do it in one
>command: cd /pub/kerberos5/dist/910607]
>
>That doesn't work. What will work is entering 2 commands:
>
> 1) cd /pub/kerberos5
> 2) cd dist/910607
>
That's interesting.... What system are you trying this from, and what
version of FTP? It works fine from here, using a BSD 4.3 FTP client
program:
<tytso@tsx-11> {/usr/spool/mqueue}
34% ftp athena-dist.mit.edu
Connected to AENEAS.MIT.EDU.
220 aeneas FTP server (Version 4.136 Mon Oct 31 23:18:38 EST 1988) ready.
Name (athena-dist:tytso): anonymous
331 Guest login ok, send ident as password.
Password:
230 Guest login ok, access restrictions apply.
ftp> cd /pub/kerberos5/dist/910607
250 CWD command successful.
ftp>
Could you double-check your bug report? If it really makes a difference
on certain systems, I will revise the README file, but as far as I
know "cd /pub/kerberos5/dist/910607" should work just fine. Thanks!
- Ted