Check-in Lasker-2.2.3 tar ball from samba.org
[capablanca.git] / lasker-2.2.3 / data / help / ftp_hints
1
2 ftp_hints
3
4 There are many kinds of files for the chess server you may wish to access and
5 download to your system.  The Internet Chess Library (chess.onenet.net) is an
6 anonymous FTP archive containing a large amount of chess information and
7 programs (~200MB).  (See the "inetchesslib" help file.)  Many users of the
8 chess server download a graphical interface and timeseal (read the
9 "interfaces" and "timeseal" help files).
10
11 There are several ways to access and download these files.  But first, you
12 need to connect to where the files are located.  There are two main ways to
13 connect: World Wide Web (www) and file transfer protocol (ftp).  
14
15 WWW access would be best and most intuitive.  You can get there using your
16 favorite Web browser, like Netscape or Mosaic.  The URL address is:
17
18   http://chess.onenet.net/chess
19
20 But ftp access is also easy.  This file is about ftp procedures for the chess
21 server files.
22
23
24 FTP FILE TRANSFER
25
26 The most standard command to initiate an ftp connection to the files would be
27 to initiate a session from your system (not from within the chess server
28 itself) and at your host's prompt type:
29  
30      ftp chess.onenet.net
31   or ftp 164.58.253.10
32
33 [Note: chess.onenet.net and caissa.onenet.net are the same machine currently
34 so either address will work for now.]
35
36 If the ftp command seems to be garbage to your system, you will need to
37 contact your local systems administrator.
38
39 If you connect to the file server, you will see this message on your screen:
40
41   Connected to chess.onenet.net. 
42   220 caissa.onenet.net FTP server (Version wu-2.4(1) Tue Oct 11 11:29:11
43      1994)
44   ready
45   Name (your-host.your-domain:your-username):
46
47 Type:
48
49   anonymous
50
51 You will then see this message:
52
53   331 Guest login ok, send your complete e-mail address as password.
54   Password:
55
56 Type your email address.
57
58 Now you are in and should see the ftp prompt:
59
60   ftp>
61
62
63 LOCATING THE FILES YOU NEED
64  
65 Typing "help" will give you a list of available commands in ftp, but here are
66 some basics.  All files and directories in the current directory can be seen
67 with "dir".  Typing "cd" changes directories.  A "/" separates directory names
68 when specifying directories within directories.
69
70 In this example, we will go to the DOS directory.  Type:
71  
72   cd /pub/chess/DOS
73  
74 or cd DOS    
75
76   (NOTE: users of DELPHI may need to type:   cd "DOS")
77  
78 If you type "dir" you will see all the files and directories in that location. 
79 There are quite a few.
80
81
82 TRANSFERRING A FILE
83
84 In order to transfer a file properly from the ftp site to your computer host,
85 you need to set the correct transfer mode and use the right commands.  The
86 files you need for an interface and timeseal need to be transferred using the
87 "binary" mode.  The "binary" command sets the transfer mode to binary type (8
88 bit, for true binary/executable data).  Then you need to have the file sent to
89 you.  The "get" command transfers a file from the ftp site to you.
90
91 In this example we will now transfer the software for ZIICS, a graphical
92 interface that runs under DOS on PC's.  The file name for ZIICS is
93 "ziics121.exe".  Here is what you would need to type:
94  
95   binary
96   get ziics121.exe
97
98 If you are done and do not wish to transfer any other files, type "quit" and
99 you will exit from ftp.
100
101   quit
102
103 If you have a direct internet connection using PPP/SLIP, the file should now
104 be in your computer directory and you are ready to work on it. 
105
106 If yuo do not have a direct connection, what you need to do is transfer the
107 file from your computer host to your local PC or workstation.  This is done
108 most commonly with "kermit" or "zmodem".  Check around locally for what is
109 available and works best on your system.  After using kermit or zmodem, the
110 file should then be in your directory for you to work on.
111
112
113 FOR FURTHER ASSISTANCE
114
115 Channel 1 is a great place to get help from people on-line at this chess
116 server.  They can help you work through each of these steps.  You should also
117 read the special help files for interfaces and timeseal; they have further
118 details specific to those kinds of files.  And you can also contact the server
119 admins for help.
120
121 See also:  admins  addresses  chan_1  inetchesslib  interfaces  timeseal
122
123 [Last modified: September 9, 1995 -- Friar]
124