home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / c-kermit / ckermit.knd < prev    next >
Text File  |  2020-01-01  |  3KB  |  79 lines

  1. ; C-Kermit 6.0 Sample Network Services Directory
  2. ;
  3. ; Add or replace these entries with the network hosts or services
  4. ; you commonly use C-Kermit to connect to.
  5. ;
  6. ;   NOTE: Semicolon (;) begins a comment.
  7. ;   DISCLAIMER: None of these services is guaranteed to be there.
  8. ;
  9. ; Format: name phone-number ; optional comment.
  10. ; Name must start with a letter and contain no spaces.
  11. ; Phone number may contain spaces.  If phone number begins with a + sign,
  12. ; that means it is in country-code area-code subscriber-number format.
  13. ; See Chapter 6 of "Using C-Kermit", 2nd Edition, for details.
  14.  
  15. ColumbiaNet       tcp/ip columbianet.columbia.edu ; Columbia University
  16.  
  17. ; Commercial services - Most require login
  18. ;
  19. BIX               tcp/ip bix.com
  20. CompuServe        tcp/ip compuserve.com
  21. CIX                tcp/ip cix.compulink.co.uk
  22. Dow-Jones      tcp/ip djnr.dowjones.com
  23.  
  24. ; Newspapers Online
  25. ;
  26. USA-Today         tcp/ip kanga.ins.cwru.edu   ; Cleveland Freenet
  27.  
  28. ; Internet searches
  29. ;
  30. UofIowa           tcp/ip grind.isca.uiowa.edu ; Search a huge ftp site
  31.                                               ; and download with Kermit...
  32. Info-ANU          tcp/ip info.anu.edu.au      ; Australia
  33. Archie            tcp/ip archie.sura.net      ; USA MD
  34. Archie            tcp/ip archie.unl.edu       ; USA NE
  35. Archie            tcp/ip archie.ans.net       ; USA NY
  36. Archie            tcp/ip archie.rutgers.edu   ; USA NJ
  37.  
  38. ; Jobs, Careers, Resumes
  39. ;
  40. HEART             tcp/ip career.com           ; HEART Career Center
  41.  
  42. ; US Government Information
  43. ;
  44. Federal-Files     tcp/ip federal.bbs.gpo.gov 3001  ; US Govt Printing Office
  45. FDA-BBS           tcp/ip fdabbs.fda.gov            ; US Food & Drug Admin BBS
  46.  
  47. ; Bibliographic
  48. ;
  49. LOC               tcp/ip locis.loc.gov             ; US Library of Congress
  50. CARL              tcp/ip pac.carl.org              ; CARL Online
  51.  
  52. ; Standards
  53. ;
  54. InterNIC           tcp/ip rs.internic.net          ; Internet information
  55.  
  56. ; Weather information
  57. ;
  58. Weather           tcp/ip madlab.sprl.umich.edu:3000
  59. Weather           tcp/ip wind.atmos.uah.edu 3000
  60. Weather           tcp/ip vicbeta.vic.bom.gov.au 55555
  61. Pilot-c-weather   tcp/ip duat.gtefsd.com             ; For certified pilots
  62. Pilot-u-weather   tcp/ip duats.gtefsd.com            ; For uncertified pilots
  63. Pollution         tcp/ip ttnbbs.rtpnc.epa.gov        ; Air pollution
  64. CA-Emergency      tcp/ip oes1.oes.ca.gov 5501        ; CA Emergency Services
  65. Floods-Hurricanes tcp/ip exnet.iastate.edu           ; Login: flood
  66.  
  67. ; Geographic/agricultural/earthquake/flood information
  68. ;
  69. Geography         tcp/ip martini.eecs.umich.edu:3000 ; Geography
  70. Land-use          tcp/ip glis.cr.usgs.gov            ; Maps, data
  71. Metro-Search      tcp/ip metro.jussieu.fr 10000      ; Subway routes all over
  72.  
  73. ; Ham Radio operators database
  74. ;
  75. Callsign          tcp/ip callsign.cs.buffalo.edu 2000
  76. Callsign          tcp/ip pc.usl.edu 2000
  77.  
  78. ; Etc etc, the end
  79.