Author: Dann Corbit
Date: 13:16:30 01/12/01
Go up one level in this thread
On January 12, 2001 at 11:28:28, Larry Griffiths wrote:
>On January 10, 2001 at 15:37:40, Dann Corbit wrote:
>
>>Here she be:
>>ftp://cap.connx.com/pub/chess-engines/new-approach/CRAFTY1.EXE
>
>I tried to download this but I only get 1k of the file.
>
>>
>>SMP Version here:
>>ftp://cap.connx.com/pub/chess-engines/new-approach/CRAFTYSMP.EXE
>>
>
>I think I got all of this file, but I type in "new" and then "display" but the
>display shows an empty board...
Did you set the mode to binary? That sounds like the problem. Works fine for
me.
Q:\>ftp cap.connx.com
Connected to cap.connx.com.
220-Dann Corbit's FTP Chess and Programming stuff [Nerd-land]
WarFTPd 1.71.02 (Feb 14 2000) Ready
(C)opyright 1996 - 2000 by Jarle (jgaa) Aase - all rights reserved.
220 Please enter your user name.
User (cap.connx.com:(none)): anonymous
331 User name okay. Give your full Email address as password.
Password:
230-Either you're a geek of some kind, or you got here by accident.
No naked pictures, no warez d00dz stuff. Just chess and programming stuff
for geeks.
This is a development machine and prone to reboot at any moment of the day
or night.
Caveat emptor.Welcome to the home of C.A.P.
Warning! This is a development machine.
It may be rebooted at any time.
230 User logged in.
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls (23 bytes).
bin
pub
upload
usr
226 Transfer complete. 23 bytes in 0.02 sec. (1.123 Kb/s)
ftp: 23 bytes received in 0.00Seconds 23000.00Kbytes/sec.
ftp> cd pub
250 "/pub" is current directory.
ftp> cd chess-engines
250 "/pub/chess-engines" is current directory.
ftp> cd new-approach
250 "/pub/chess-engines/new-approach" is current directory.
ftp> ls cra*.exe
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls (32 bytes).
./CRAFTY1.EXE
./craftySMP.exe
226 Transfer complete. 32 bytes in 0.01 sec. (3.125 Kb/s)
ftp: 32 bytes received in 0.00Seconds 32000.00Kbytes/sec.
ftp> prompt
Interactive mode Off .
ftp> bin
200 Type set to I.
ftp> mget cra*.exe
200 Type set to I.
200 PORT command successful.
150 Opening BINARY mode data connection for CRAFTY1.EXE (696320 bytes).
226 Transfer complete. 696320 bytes in 0.36 sec. (1888.889 Kb/s)
ftp: 696320 bytes received in 0.37Seconds 1881.95Kbytes/sec.
200 PORT command successful.
150 Opening BINARY mode data connection for craftySMP.exe (815104 bytes).
226 Transfer complete. 815104 bytes in 2.40 sec. (331.253 Kb/s)
ftp: 815104 bytes received in 2.42Seconds 336.26Kbytes/sec.
ftp> quit
221 Goodbye. Control connection closed.
Q:\>crafty1
EPD Kit revision date: 1996.04.21
unable to open book file [./book.bin].
book is disabled
unable to open book file [./books.bin].
Crafty v18.1
White(1): new
White(1): display
+---+---+---+---+---+---+---+---+
8 | *R| *N| *B| *Q| *K| *B| *N| *R|
+---+---+---+---+---+---+---+---+
7 | *P| *P| *P| *P| *P| *P| *P| *P|
+---+---+---+---+---+---+---+---+
6 | | | | | | | | |
+---+---+---+---+---+---+---+---+
5 | | | | | | | | |
+---+---+---+---+---+---+---+---+
4 | | | | | | | | |
+---+---+---+---+---+---+---+---+
3 | | | | | | | | |
+---+---+---+---+---+---+---+---+
2 | P | P | P | P | P | P | P | P |
+---+---+---+---+---+---+---+---+
1 | R | N | B | Q | K | B | N | R |
+---+---+---+---+---+---+---+---+
a b c d e f g h
White(1): quit
execution complete.
Q:\>craftysmp
EPD Kit revision date: 1996.04.21
unable to open book file [./book.bin].
book is disabled
unable to open book file [./books.bin].
Crafty v18.1 (1 cpus)
White(1): new
White(1): display
+---+---+---+---+---+---+---+---+
8 | *R| *N| *B| *Q| *K| *B| *N| *R|
+---+---+---+---+---+---+---+---+
7 | *P| *P| *P| *P| *P| *P| *P| *P|
+---+---+---+---+---+---+---+---+
6 | | | | | | | | |
+---+---+---+---+---+---+---+---+
5 | | | | | | | | |
+---+---+---+---+---+---+---+---+
4 | | | | | | | | |
+---+---+---+---+---+---+---+---+
3 | | | | | | | | |
+---+---+---+---+---+---+---+---+
2 | P | P | P | P | P | P | P | P |
+---+---+---+---+---+---+---+---+
1 | R | N | B | Q | K | B | N | R |
+---+---+---+---+---+---+---+---+
a b c d e f g h
White(1): qiut
Illegal move: qiut
White(1): quit
execution complete.
Q:\>
This page took 0 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.