home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / general / ftpeclb.doc < prev    next >
Encoding:
Text File  |  1988-05-03  |  5.6 KB  |  132 lines

  1. This is in response to your continued query about using FTP to access
  2. SIMTEL20.  I hope the following cuts thru to the heart of the matter
  3. and makes reading the Welcome Message more beneficial:
  4.  
  5. Items:
  6.  
  7.     1. FTP is a program available on all DDN hosts.  There are many
  8. different versions of it, which is why one set of instructions which applies
  9. absolutely cannot be written.  Instructions have to be given in general terms,
  10. and then the local users have to get the help messages from their FTP
  11. programs and ask local support people (if any) for help.
  12.  
  13.     2. FTP stands for File Transfer Protocol.  It does three basic things:
  14. (1) establishes and breaks communications links between
  15. two DDN host computers, (2) allows the user to move around in directories and
  16. display directories on the remote host computer, and (3) allows
  17. the user to transfer files between the two host computers.
  18.  
  19.     3. To get to SIMTEL20, you have to run FTP and tell it to connect
  20. to SIMTEL20.  You then have to login to SIMTEL20 (user anonymous, password
  21. anything).  You then do your work, and, when done, tell your local
  22. FTP program to break the link.
  23.  
  24.     4. Once connected to SIMTEL20, you transfer files from SIMTEL20
  25. to your host computer (ECLB in your case).  The files are now in your dir on
  26. ECLB.  When done with the transfers, you break the link.  At this time you
  27. are out of FTP.  You now issue commands like you did before to type the files
  28. or run KERMIT or MODEM to send the files down to your micro.  Any method that
  29. works for you is acceptable.
  30.  
  31.     I  hope this helps.  The following is a blurb prepared by the AdaIC
  32. which may also help.  This blurb is located in the <ADA-INFO> directory on
  33. ECLB.
  34.  
  35. ---- Ada Repository Blurb Follows ----
  36.  
  37.  
  38.       INFORMATION  ON  Ada AVAILABLE ON THE SIMTEL-20 REPOSITORY
  39.        --------------------------------------------------------
  40.  
  41.  
  42.     Beginning on November 26, 1984, an Ada Repository, on the
  43. SIMTEL20 host computer, was made available to all users of a host on
  44. the Defense Data Network (DDN).  This Repository is a collection of
  45. general information, Ada programs, tools and educational material,
  46. which is free to anyone with access to the Repository.  By using the
  47. File Transfer Protocol (FTP) program, users of the DDN host may
  48. access, scan, and transfer files to their own host.
  49.  
  50.     In order to obtain information form the Ada Repository on the
  51. SIMTEL20, access to a DDN host is required.  The procedure for
  52. accessing the Ada Repository is described below.
  53.  
  54.         1. Log into your host on DDN
  55.                
  56.         2. Use the FTP command               
  57.  
  58.         3. A system prompt will appear, type "CONNECT SIMTEL20"
  59.                 
  60.         4. Another system prompt will appear, type              
  61.            "LOG ANONYMOUS <host name>"      
  62.  
  63.     SIMTEL20 has now been accessed.  At this point another
  64. system's prompt will appear.  Type the file or subdirectory you wish
  65. to access.  Type "BYE" then type "QUIT", when leaving SIMTEL20.
  66.  
  67.         A master list of directories, with a listing of files in the
  68. repository, is contained in PS:<ADA>ADA.CRCLST.(date at the end).
  69. This list includes a file that is specifically designed to aid first
  70. time users.  The file, called PS:<ADA.GENERAL>00read.me (zero zero
  71. read.me), will provide the first time user with an overview and an
  72. introduction to the Ada Repository.
  73.  
  74. NOTE:     All files must be transferred to your account, or host,
  75. -----    before they can be read.
  76.  
  77.         There are five main directories containing files with specific
  78. topics.
  79.  
  80.     1.  PS:<ADA.GENERAL>     contains general information files
  81.  
  82.     2.  PS:<ADA.COMPONENTS>  contains packages and other
  83.                                     compilation units which are general 
  84.                                     application building blocks
  85.      
  86.     3.  PS:<ADA.EDUCATION>   contains various educational vehicles
  87.                               
  88.     4.  PS:<ADA.POINTERS>    contains pointers to other sources
  89.                                     for Ada software
  90.                              
  91.     5.  PS:<ADA.TOOLS>       contains a section for running 
  92.                                     programs which address 
  93.                                     specific problems, and are not 
  94.                                     system-dependent (i.e. spelling 
  95.                                     checkers, editors, text formatters)
  96.  
  97.         These main directories contain several sub-directories that
  98. must be transferred into your account, or host, in order to review the
  99. specific information contained within.  For example, to retrieve the
  100. 00read.me file the following procedure is necessary:
  101.  
  102.         1.  type "GET PS:<ADA.GENERAL>00READ.ME"
  103.  
  104.         2.  the FTP system's prompt will appear
  105.  
  106.         3.  when requested enter your local file name
  107.  
  108.  
  109.     SIMTEL20 contains an electronic mailing list feature, which
  110. enables the user to receive and/or contribute to the Ada Repository,
  111. via electronic mail.  To subscribe to the Repository mailing list,
  112. send a request via electronic mail to:
  113.  
  114.                       ADA-SW-REQUEST@SIMTEL20
  115.  
  116.     The Ada Repository on SIMTEL20 exists for two basic purpose.
  117. First, the Repository acts to promote the exchange and use of Ada
  118. programs and tools, including components.  And second, the Repository
  119. helps to promote Ada education by providing several working examples
  120. of programs in source form for people to study and modify.  The
  121. creators of the SIMTEL20 Ada Repository encourage users not only to
  122. actively use the information and examples contained within the
  123. Repository, but also to submit any information that might be of value
  124. to other users.
  125.  
  126.     For further information contact:   
  127.  
  128.             Mr. Richard Conn   
  129.             Texas Instruments 
  130.             (214) 952-2139.
  131. -------
  132.