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

  1.     Sample session for accessing SIMTEL20 from the ADA-INFORMATION
  2. account on USC-ECLB.  The symbol "@" is the prompt from the ECLB system.
  3. Comments beginning with -- are placed to the right of the commands
  4. which were issued for this demonstration.
  5.  
  6. @o 26.7.0.65     -- the command is "@o 26.7.0.65" to connect
  7.                    -- in this one case, the "@" is not a prompt
  8.  
  9. TCP Trying...
  10.  Welcome to the U S C Engineering Computer Lab system B.
  11.  
  12.  USC-ECL System B, TOPS-20 Monitor 5.1(7310)
  13.  There are 14+20 jobs and the Load Average is   3.76
  14.  
  15.  
  16. @ada-information   -- I typed "ada-information ada" to login
  17.  
  18.  TOPS-20 Command processor 5.1(66542)-6
  19. This directory contains information on Ada.  Type
  20.                HELP
  21. for instructions on how to use this directory.
  22.  
  23.  
  24. @ftp      -- the command is "ftp"
  25. Ftp subcommand: ? one of the following:  -- I typed a "?" with no RETURN
  26.  DIRECTORY   GET
  27. Ftp subcommand: dir    -- I typed "dir" followed by a RETURN
  28. Remote host: simtel20   -- I type "simtel20" followed by a RETURN
  29. Full remote file specification: ps:<ada.speller>  -- I typed
  30.                  -- "ps:<ada.speller>" followed by a RETURN
  31. Directory listing is available via HELP simtel20-DIRECTORY.
  32.  
  33.  
  34.  
  35. @help simtel20-directory   -- I typed "help simtel20-directory"
  36. ps:<ADA.SPELLER>
  37. HELP_FILE.INI.1
  38. SPELL.DIS.1
  39. SPELLCMP.DIS.1
  40. SPELLDOC.DIS.1
  41. SPELLDOC.SRC.1
  42. SPELLER.ABS.1
  43. SPELLER.PRO.1
  44. SPELLSRC.DIS.1
  45. SPELLSRC.SRC.1
  46. SPELLTST.DIS.1
  47. SPELLTST.SRC.1
  48.  
  49.  
  50. @ftp    -- I typed "ftp"
  51. Ftp subcommand: get
  52. Remote host: simtel20     -- I typed "simtel20"
  53. Full remote file specification: ps:<ada.speller>spell.dis -- I typed
  54.                              -- "ps:<ada.speller>spell.dis"
  55. Into local file (add your initials to ease recognition): spellrlc -- I
  56.                              -- typed "spellrlc"
  57. File is available via HELP simtel20-spellrlc
  58.  
  59.  
  60. @help simtel20-spellrlc     -- I typed "help simtel20-spellrlc"
  61. --
  62. -- this is the master file for the SPELLING tool.
  63. --
  64. @SPELLER_SRC.DIS
  65. -- is the source code file listing
  66. @SPELLER_TST.DIS
  67. -- is the file containing the test files for the tool
  68. @SPELLER_DOC.DIS
  69. -- contains the documentation for the tool.
  70. --
  71.  
  72.  
  73. @logout     -- I typed "logout"
  74.