source: trunk/third/kermit/ckermit.knd @ 10780

Revision 10780, 2.8 KB checked in by brlewis, 27 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r10779, which included commits to RCS files with non-trunk default branches.
Line 
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
15ColumbiaNet       tcp/ip columbianet.columbia.edu ; Columbia University
16
17; Commercial services - Most require login
18;
19BIX               tcp/ip bix.com
20CompuServe        tcp/ip compuserve.com
21CIX               tcp/ip cix.compulink.co.uk
22Dow-Jones         tcp/ip djnr.dowjones.com
23
24; Newspapers Online
25;
26USA-Today         tcp/ip kanga.ins.cwru.edu   ; Cleveland Freenet
27
28; Internet searches
29;
30UofIowa           tcp/ip grind.isca.uiowa.edu ; Search a huge ftp site
31                                              ; and download with Kermit...
32Info-ANU          tcp/ip info.anu.edu.au      ; Australia
33Archie            tcp/ip archie.sura.net      ; USA MD
34Archie            tcp/ip archie.unl.edu       ; USA NE
35Archie            tcp/ip archie.ans.net       ; USA NY
36Archie            tcp/ip archie.rutgers.edu   ; USA NJ
37
38; Jobs, Careers, Resumes
39;
40HEART             tcp/ip career.com           ; HEART Career Center
41
42; US Government Information
43;
44Federal-Files     tcp/ip federal.bbs.gpo.gov 3001  ; US Govt Printing Office
45FDA-BBS           tcp/ip fdabbs.fda.gov            ; US Food & Drug Admin BBS
46
47; Bibliographic
48;
49LOC               tcp/ip locis.loc.gov             ; US Library of Congress
50CARL              tcp/ip pac.carl.org              ; CARL Online
51
52; Standards
53;
54InterNIC           tcp/ip rs.internic.net          ; Internet information
55
56; Weather information
57;
58Weather           tcp/ip madlab.sprl.umich.edu:3000
59Weather           tcp/ip wind.atmos.uah.edu 3000
60Weather           tcp/ip vicbeta.vic.bom.gov.au 55555
61Pilot-c-weather   tcp/ip duat.gtefsd.com             ; For certified pilots
62Pilot-u-weather   tcp/ip duats.gtefsd.com            ; For uncertified pilots
63Pollution         tcp/ip ttnbbs.rtpnc.epa.gov        ; Air pollution
64CA-Emergency      tcp/ip oes1.oes.ca.gov 5501        ; CA Emergency Services
65Floods-Hurricanes tcp/ip exnet.iastate.edu           ; Login: flood
66
67; Geographic/agricultural/earthquake/flood information
68;
69Geography         tcp/ip martini.eecs.umich.edu:3000 ; Geography
70Land-use          tcp/ip glis.cr.usgs.gov            ; Maps, data
71Metro-Search      tcp/ip metro.jussieu.fr 10000      ; Subway routes all over
72
73; Ham Radio operators database
74;
75Callsign          tcp/ip callsign.cs.buffalo.edu 2000
76Callsign          tcp/ip pc.usl.edu 2000
77
78; Etc etc, the end
Note: See TracBrowser for help on using the repository browser.