home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / ckv301txt.zip / ckvbwr.txt < prev    next >
Text File  |  2011-08-08  |  70KB  |  1,559 lines

  1.  
  2.    [1]The Columbia Crown The Kermit Project | Columbia University
  3.    612 West 115th Street, New York NY 10025 USA o [2]kermit@columbia.edu
  4.    ...since 1981
  5.    [3]Home [4]Kermit 95 [5]C-Kermit [6]Scripts [7]Current [8]New [9]FAQ
  6.    [10]Support
  7.  
  8. C-Kermit 9.0 VMS Hints and Tips
  9.  
  10.    [ [11]Contents ] [ [12]C-Kermit ] [ [13]Kermit Home ]
  11.  
  12.       As of C-Kermit version: 9.0.300, 30 June 2011
  13.       This file last updated: Tue Jun 28 09:14:56 2011 (New York City
  14.    time)
  15.  
  16.      IF YOU ARE READING A PLAIN-TEXT version of this document, note that
  17.      this file is a plain-text dump of a Web page. You can visit the
  18.      original (and possibly more up-to-date) Web page here:
  19.  
  20.   [14]http://www.columbia.edu/kermit/ckvbwr.html
  21.  
  22.    Authors:
  23.           F. da Cruz, C. Gianone, Columbia University, New York, NY.
  24.           Terry Kennedy, Saint Peters College, Jersey City, NJ.
  25.  
  26. CONTENTS
  27.  
  28.   1. [15]INTRODUCTION
  29.   2. [16]THE C-KERMIT COMMAND PARSER
  30.   3. [17]COMMUNICATIONS
  31.   4. [18]GENERAL FAILURES
  32.   5. [19]LOCAL FILE OPERATIONS
  33.   6. [20]FILE TRANSFER
  34.   7. [21]OTHER TOPICS
  35.  
  36. 1. INTRODUCTION [ [22]Top ] [ [23]Contents ] [ [24]Next ]
  37.  
  38.    SECTION CONTENTS:
  39.  
  40.   1.1. [25]Terminology
  41.   1.2. [26]Documentation
  42.   1.3. [27]Technical Support
  43.   1.4. [28]Other Sources of Information
  44.  
  45.    This is what used to be called the "beware file" for VMS C-Kermit,
  46.    formerly known as CKVBWR.TXT (and before that CKVKER.BWR). This edition
  47.    is current as of C-Kermit 9.0. It contains hints and tips specific to
  48.    the VMS version of C-Kermit not necessarily found in the manual, or
  49.    which developed since the manual was published ([29]Section 1.1). The
  50.    General C-Kermit Hints and Tips document:
  51.  
  52.   [30]http://www.columbia.edu/kermit/ckcbwr.html
  53.  
  54.    formerly known as CKCBWR.TXT (and before that CKCKER.BWR), contains
  55.    similar material that applies to all C-Kermit versions: Unix, VMS, VOS,
  56.    etc.
  57.  
  58.    VMS C-Kermit installation instructions are in a separate document:
  59.  
  60.   [31]http://www.columbia.edu/kermit/ckvins.html
  61.  
  62.    (formerly known as CKVINS.TXT. Please be sure you have read that file
  63.    before concluding that C-Kermit isn't working right on VMS.
  64.  
  65.    [ [32]C-Kermit ] [ [33]Kermit Home ]
  66.  
  67. 1.1. Terminology
  68.  
  69.    [ [34]Top ] [ [35]Contents ] [ [36]Section Contents ] [ [37]Next ]
  70.  
  71.    "VMS" as used in this document refers to both VMS and OpenVMS on VAX
  72.    processors and OpenVMS on Alpha (formerly known as AXP) processors, and
  73.    presumably any other architectures that VMS will be adapted to, such as
  74.    IA64, PowerPC, or PA-RISC. Most of the words in the first part of the
  75.    previous sentence are or were trademarks (TM) of Digital Equipment
  76.    Corporation and/or Compaq Computer Corporation, or of Hewlett-Packard
  77.    Corporation.
  78.  
  79.    "DEC" is the way most people refer to Digital Equipment Corporation.
  80.  
  81.    Digital Equipment Corporation was acquired in 1998 by Compaq Computer
  82.    Corporation, and thus references to Digital Equipment Corporation or
  83.    DEC should be interpreted accordingly in light of the evolving
  84.    integration, transfer of copyrights and licenses, product renaming,
  85.    etc. In this document we stick with the traditional and familiar
  86.    nomenclature. Compaq, in turn, was swallowed by Hewlett Packard
  87.    Corporation in 2000-something.
  88.  
  89.    There might be contradictory bits of advice in this file, since much of
  90.    the information was culled from different sources at different times.
  91.    Comments, reports, suggestions, contributions are always welcome.
  92.  
  93.    [ [38]C-Kermit ] [ [39]Kermit Home ]
  94.  
  95. 1.2. Documentation
  96.  
  97.    [ [40]Top ] [ [41]Contents ] [ [42]Section Contents ] [ [43]Next ] [
  98.    [44]Previous ]
  99.  
  100.     1. Frank da Cruz and Christine M. Gianone, [45]Using C-Kermit, Second
  101.        Edition, Digital Press / Butterworth-Heinemann, Woburn, MA, 1997,
  102.        622 pages, ISBN 1-55558-164-1. This is a printed book. It covers
  103.        C-Kermit 6.0.
  104.     2. The C-Kermit 7.0 Supplement:
  105.        [46]http://www.columbia.edu/kermit/ckermit70.html
  106.     3. The C-Kermit 8.0 Supplement:
  107.        [47]http://www.columbia.edu/kermit/ckermit80.html
  108.     4. The C-Kermit 9.0 Supplement:
  109.        [48]http://www.columbia.edu/kermit/ckermit90.html
  110.  
  111.    The C-Kermit home page is here:
  112.  
  113.   [49]http://www.columbia.edu/kermit/ckermit.html
  114.  
  115.    [ [50]C-Kermit ] [ [51]Kermit Home ]
  116.  
  117. 1.3. Technical Support
  118.  
  119.    [ [52]Top ] [ [53]Contents ] [ [54]Section Contents ] [ [55]Next ] [
  120.    [56]Previous ]
  121.  
  122.    Email: [57]kermit-support@columbia.edu
  123.    News: [58]comp.protocols.kermit.announce <-- Announcements, moderated
  124.    [59]comp.protocols.kermit.misc <-- Discussion, unmoderated
  125.    Web: [60]http://www.columbia.edu/kermit/ <-- Kermit Project Home Page
  126.    [61]http://www.kermit-project.org/ <-- Alternative Web address
  127.    [62]http://www.columbia.edu/kermit/faq.html <-- Frequently Asked
  128.    Questions
  129.    Post: The Kermit Project
  130.    Columbia University
  131.    612 West 115th Street
  132.    New York NY 10025-7799
  133.    USA
  134.    Fax: +1 (212) 662-6442
  135.  
  136.    [ [63]C-Kermit ] [ [64]Kermit Home ]
  137.  
  138. 1.4. Other Sources of Information
  139.  
  140.    [ [65]Top ] [ [66]Contents ] [ [67]Section Contents ] [ [68]Previous ]
  141.  
  142.    The OpenVMS Frequently Asked Questions (FAQ) document is available at
  143.    various sites on the Internet, including (checked Feb 2003):
  144.  
  145.   [69]http://www.openvms.compaq.com/wizard/openvms_faq.html
  146.   [70]ftp://rtfm.mit.edu/pub/usenet/news.answers/dec-faq/vms
  147.  
  148.    The following newsgroup is dedicated to discussion of VMS-related
  149.    topics:
  150.  
  151.   [71]comp.os.vms
  152.  
  153.    And this one to more general DEC-related topics:
  154.  
  155.   [72]comp.sys.dec
  156.  
  157.    [ [73]C-Kermit ] [ [74]Kermit Home ]
  158.  
  159. 2. THE C-KERMIT COMMAND PARSER
  160.  
  161.    [ [75]Top ] [ [76]Contents ] [ [77]Next ] [ [78]Previous ]
  162.  
  163.    SECTION CONTENTS:
  164.  
  165.   2.1. [79]Running C-Kermit in DCL Command Procedures
  166.   2.2. [80]Running C-Kermit from ALL-IN-1
  167.   2.3. [81]Running C-Kermit under DECIntact
  168.  
  169.    When you start C-Kermit at your terminal, everything should work as
  170.    expected. You get the prompt, you can type commands, your keystrokes
  171.    echo (once, not zero or two times), ? gives help, Ctrl-C interrupts a
  172.    command in execution and returns to the prompt. However, VMS offers a
  173.    wide variety of "other" environments (Batch, Spawn'd, DCL command
  174.    procedures, pipes, mailboxes, ...) in which programs can execute, and
  175.    Kermit tries to recognize and adapt itself to them automatically, but
  176.    this might not always work. Therefore, two command-line options are
  177.    provided so you can force the required adaptations:
  178.  
  179.    -z
  180.           Force foreground. If Kermit thinks it's in the background, i.e.
  181.           that it does not have a connection to a command terminal (your
  182.           keyboard), it is likely to (a) not issue a prompt; (b) not echo
  183.           your keystrokes; (c) not respond to "?", Esc, etc. Use the -z
  184.           option to force it to treat SYS$INPUT as a real terminal, even
  185.           if it doesn't seem to be one.
  186.  
  187.    "-B"
  188.           Force Background (the doublequotes are necessary to prevent DCL
  189.           from lowercasing the B). This is for the opposite situation: If
  190.           Kermit thinks SYS$INPUT is a real terminal, but it's not, then
  191.           Kermit command procedures might fail immediately with "?Can't
  192.           initialize" or somesuch. Use the "-B" option to tell Kermit it
  193.           doesn't really have a terminal.
  194.  
  195.    VMS-style command-line editing (arrow keys, etc) is not supported (you
  196.    can, however, use up and down arrow keys for command recall in C-Kermit
  197.    8.0.201 and later). Kermit does not use the VMS F$PARSE facility -- it
  198.    has its own command parser that lacks certain features of F$PARSE
  199.    (arrow-key editing, etc) but has many other features that F$PARSE
  200.    lacks: context-sensitive "?"-help and file lists, keyword and filename
  201.    completion, filename menus, variables, macros, etc. C-Kermit does,
  202.    however, support command recall via Ctrl-B (or Ctrl-P, same thing) and
  203.    Ctrl-N.
  204.  
  205.    If you write a DCL command file that starts Kermit with a command-file
  206.    name as its first command-line argument, e.g.:
  207.  
  208.   $ kermit oofa.ksc
  209.  
  210.    and then SUBMIT this DCL command file as a batch job, be aware that the
  211.    batch job is executed out of your login directory, so if the command
  212.    file (OOFA.KSC in this case) is not in your login directory, you must
  213.    either SET DEFAULT to the directory it is in, or else give a fully
  214.    qualified filename:
  215.  
  216.   $ set default [mydir.mysubdir]
  217.   $ kermit oofa.ksc
  218.  
  219.    or:
  220.  
  221.   $ kermit [mydir.mysubdir]oofa.ksc
  222.  
  223.    Contrary to expectations of VMS users, the MSEND command does not use
  224.    commas to separate file specifications. E.g. say this:
  225.  
  226.   C-Kermit>msend ckc*.% cku*.% ckv*.%
  227.  
  228.    not this:
  229.  
  230.   C-Kermit>msend ckc*.%, cku*.%, ckv*.%
  231.  
  232.    CD (Change Directory) to a DECnet node does not work in VMS C-Kermit.
  233.  
  234.    The VMS 6.1 and 6.2 C Run Time Libraries (CRTL) have bugs in them that
  235.    prevent the CD command from working totally right when given no
  236.    argument, which is supposed to put you back in your login directory,
  237.    when SYS$LOGIN indicates a search list and/or hidden directories.
  238.    C-Kermit tries to work around this bug (technical explanation: use CRTL
  239.    chdir(), which is supposed to do all the right things; if it fails then
  240.    use the VMS sys$setddir() system service, which works in cases where
  241.    VMS 6.1/6.2 CRTL doesn't, but which applies to your whole job rather
  242.    than to Kermit's process tree only, and then when Kermit exits, it
  243.    tries to use sys$setddir() again to restore your startup directory --
  244.    but if C-Kermit is interrupted or terminated abnormally this won't
  245.    work, etc etc.) If you have trouble with all this, then CD to the
  246.    desired device:directory explicitly or define a macro to do this. (The
  247.    problem, if it occurs, is in the library that C-Kermit was linked with,
  248.    not the one on your VMS system, so installing ECOs, etc, would not
  249.    help.)
  250.  
  251.    OPEN !WRITE does not work in VMS C-Kermit.
  252.  
  253.    VMS C-Kermit does not provide program status codes in the normal VMS
  254.    manner. Rather, it returns the codes described on pp. 323-324 of "Using
  255.    C-Kermit", by assigning them to the symbol CKERMIT_STATUS. For example,
  256.    if a RECEIVE operation failed:
  257.  
  258.   $ show symbol ckermit_status
  259.     CKERMIT_STATUS == "4"
  260.   $
  261.  
  262.    Arguments supplied to the EXIT (or QUIT) commands take precedence:
  263.  
  264.   C-Kermit>exit 1234
  265.   $ show symbol ckermit_status
  266.     CKERMIT_STATUS == "1234"
  267.   $
  268.  
  269.    If C-Kermit encounters no execution errors, and EXIT (QUIT) is given
  270.    without an operand, then:
  271.  
  272.   C-Kermit>exit
  273.   $ show symbol ckermit_status
  274.     CKERMIT_STATUS == "0"
  275.   $
  276.  
  277.    You can use the CKERMIT_STATUS symbol as in this DCL example:
  278.  
  279.   $ kermit -s oofa.txt
  280.   $ if ckermit_status .eq. 0 then goto ok
  281.  
  282.    [ [82]C-Kermit ] [ [83]Kermit Home ]
  283.  
  284. 2.1. Running C-Kermit in DCL Command Procedures
  285.  
  286.    [ [84]Top ] [ [85]Contents ] [ [86]Section Contents ] [ [87]Next ]
  287.  
  288.    It is often desirable to wrap C-Kermit in a DCL command procedure. Such
  289.    a procedure, for example OOFA.COM, can be run either directly on your
  290.    job's controlling terminal by:
  291.  
  292.   $ @OOFA [ parameters ]
  293.  
  294.    or as a batch job via:
  295.  
  296.   $ SUBMIT OOFA [ switches ]
  297.  
  298.    When you are writing a DCL command procedure that runs C-Kermit, you
  299.    must make a choice:
  300.  
  301.     1. If you want to be able to include Kermit commands in the DCL
  302.        procedure as "image data" (i.e. lines that don't start with $),
  303.        then you can not include any Kermit commands that would require
  304.        access to the real console terminal's keyboard and screen, such as
  305.        CONNECT. That is, the person who runs the DCL procedure can not
  306.        interact directly with a remote computer. This type of DCL command
  307.        procedure can be run either on a terminal via @, or as a batch job
  308.        via SUBMIT.
  309.     2. If you want the user to be able to interact directly with the
  310.        remote computer through Kermit's CONNECT command, then:
  311.          a. The DCL procedure can be run only with @, not with SUBMIT.
  312.             That is, it cannot be a batch job; it must have access to the
  313.             console terminal.
  314.          b. You must include the following DCL command in the DCL
  315.             procedure immediately before starting Kermit:
  316.   $ DEFINE /USER SYS$INPUT SYS$COMMAND
  317.  
  318.          c. You can not include Kermit commands as "image data" in the DCL
  319.             command procedure. Instead, you must create a separate Kermit
  320.             command file, and use command-line arguments to instruct
  321.             Kermit to execute it; for example:
  322.   $ define /user/nolog sys$input sys$command
  323.   $! Execute oofa.ksc instead of normal initialization file.
  324.   $ kermit -y oofa.ksc
  325.  
  326.             or:
  327.   $ define /user sys$input sys$command
  328.   $! Execute oofa.ksc after executing normal initialization file.
  329.   $ kermit "-C" "take oofa.ksc"
  330.  
  331.    Here is a sample DCL command procedure of the first type, which can be
  332.    run either on the controlling terminal or as a batch procedure, and
  333.    requires no interaction from the user. Lines beginning with dollar sign
  334.    ($) are DCL commands, other lines are fed to the application program
  335.    (Kermit).
  336.  
  337.   1. $ write sys$output "Hello from DCL"
  338.   2. $ set default [myuserid.mysubdirectory]
  339.   3. $ kermit
  340.   4. set background off
  341.   5. echo Hello from C-Kermit
  342.   6. @ write sys$output "Hello from DCL from inside C-Kermit"
  343.   7. take oofa.ksc
  344.   8. exit
  345.   9. $ write sys$output "All done."
  346.  
  347.    (The numbers are not part of the file.) Lines 1-3 are DCL commands.
  348.    Line 3 starts C-Kermit. Lines 4-8 are C-Kermit commands.
  349.  
  350.    Line 4 causes Kermit prompts and commands read as image data from the
  351.    remainder of the .COM file to be echoed to the batch log. Normally this
  352.    is not done, and the only material that goes into the batch log is
  353.    output from Kermit commands like ECHO (next item). The SET BACKGROUND
  354.    OFF command tells Kermit that even though it is running in batch, it
  355.    should issue its prompt and echo its commands. You can accomplish the
  356.    same thing by starting Kermit the "-z" command-line option (line 3
  357.    would be "$ kermit -z").
  358.  
  359.    Line 5 shows how to enter messages in the batch log. Line 6 shows how
  360.    to run DCL commands from within Kermit (you can use @ (at-sign), !
  361.    (exclamation mark), or the word RUN -- all of them are synonyms,
  362.    followed by a DCL command). Line 8 exits from C-Kermit back to DCL.
  363.  
  364.    In line 7, C-Kermit is told to execute a script program from another
  365.    file, OOFA.KSC. Script programs to be run during the batch session are
  366.    best kept in separate C-Kermit command files because certain commands,
  367.    notably GOTO, FOR, WHILE, and IF, do not work when entered in the
  368.    interactive command stream. Here is a sample command file:
  369.  
  370.   set take echo on      ; Make Kermit commands appear in the batch log
  371.   set take error on     ; This stops execution automatically upon error
  372.   set input echo on     ; This makes INPUT material appear in the batch log
  373.   set host blah         ; Make a network connection to host "blah"
  374.   set file brief serial ; Use SERIAL or NONE for the batch log, not FULL or CRT
  375.   input 5 login:        ; Wait for a login prompt
  376.   output myuserid\13    ; Send my user ID and a carriage return
  377.   input 5 Password:     ; Wait for password prompt
  378.   output \$(P1)\13      ; Send my password (see below) and a carriage return
  379.   input 20 \13\10$\32   ; Wait for system prompt
  380.   output kermit\13      ; Start Kermit on host "blah"
  381.   input 5 Kermit>       ; Wait for Kermit> prompt
  382.   output server\13      ; Put remote Kermit in server mode
  383.   in 5 READY TO SERVE...; Wait for READY message
  384.   get oofa.txt          ; Get a file from the remote server
  385.   bye                   ; Terminate the remote session
  386.   end                   ; Return to local C-Kermit prompt
  387.  
  388.    Note that the commands from a TAKE file are not echoed to the batch log
  389.    unless you include SET TAKE ECHO ON.
  390.  
  391.    VERY IMPORTANT: Batched login scripts are inherently insecure because
  392.    the passwords are visible in plaintext, either in a file or else in the
  393.    batch queue entry. VMS presently offers no secure way that we know of
  394.    to enter a password into a batch job.
  395.  
  396.    Two very insecure methods can be used:
  397.  
  398.     1. Put the password in the Kermit script file. The risk here is that
  399.        anybody who gains access to the file, or to the system backup
  400.        tapes, can learn your password on the remote system.
  401.     2. Give the password as a parameter to the SUBMIT command when
  402.        starting the batch job, for example:
  403.  $ SUBMIT OOFA /NOTIFY /PARAM=("mypassword")
  404.  
  405.        (This sets the DCL parameter P1 to your password on the remote host
  406.        (for further information, give the DCL command "help submit
  407.        /param"). Quotation marks are necessary to preserve lowercase
  408.        letters (important when logging in to UNIX hosts). DCL parameters
  409.        may be referenced in Kermit commands as \$(P1), \$(P2), etc.) The
  410.        disadvantage here is that the VMS SHOW ENTRY/FULL command displays
  411.        the parameters from your SUBMIT command, making the password
  412.        visible to (at least) the system operator, and (most likely) also
  413.        to other users, such as members of your group (batch queues are, by
  414.        default, read-accessible by all members of their group).
  415.  
  416.    Both methods can be made somewhat safer by adjusting the protections on
  417.    the files and/or batch queues that will contain sensitive information,
  418.    but there can be no guarantees. Therefore: EXERCISE EXTREME CAUTION
  419.    with passwords in login scripts and batch jobs.
  420.  
  421.    And please note further that passwords passed in plain text -- as they
  422.    still must be in most cases, particularly those involving dialup access
  423.    -- are subject to discovery by various other means, including, but not
  424.    limited to, wire tapping, Ethernet packet tracing, etc.
  425.  
  426.    [ [88]C-Kermit ] [ [89]Kermit Home ]
  427.  
  428. 2.2. Running C-Kermit from ALL-IN-1
  429.  
  430.    [ [90]Top ] [ [91]Contents ] [ [92]Section Contents ] [ [93]Next ] [
  431.    [94]Previous ]
  432.  
  433.    Contributed by: Dr. David Kelly, Australian Environmental Protection
  434.    Authority, [95]kellyd@airmoon.epa.nsw.gov.au
  435.  
  436.    ALL-IN-1 uses mailboxes (MBX) devices, rather than terminals. TT: is
  437.    reassigned from the user's controlling terminal to a mailbox device.
  438.    C-Kermit uses TT: as its default line device and so doesn't work
  439.    straight off under ALL-IN-1. SYS$INPUT is reassigned to something else
  440.    again. SYS$OUTPUT remains assigned to the user's original terminal line
  441.    so it can be used to specify the line device for C-Kermit when called
  442.    from within ALL-IN-1. Below is a script which can be run from ALL-IN-1
  443.    which calls C-Kermit to receive a file. SYS$OUTPUT is temporarily
  444.    redefined to stop some guff showing on the screen.
  445.  
  446.   $! RECEIVE_FROM_PC.COM
  447.   $!
  448.   $! Transfer file from PC into ALL-IN-1 using KERMIT
  449.   $! Invoked by TRANSFER_PC_TO_A1.SCP, which is in turn called by the RF
  450.   $! option on DT menu.
  451.   $!
  452.   $ set noon
  453.   $ on control_y then goto exit
  454.   $
  455.   $       tt1=f$trnlnm("sys$output")
  456.   $       kermit :== $epa__system:Ckermit
  457.   $       define/user sys$input sys$command
  458.   $       define sys$output sys$login:del.txt
  459.   $       kermit -l 'tt1' -b 9600 -r -a a1file.a1f -q -i
  460.   $       deassign sys$output
  461.   $       del sys$login:del.txt;
  462.   $exit:
  463.   $ exit
  464.  
  465.    Similarly a file can be sent :
  466.  
  467.   $! SEND_TO_PC.COM
  468.   $! Transfer document from ALL-IN-1 to the PC
  469.   $! invoked by TRANSFER_A1_TO_PC.SCP which is, in turn, called by the
  470.   $! SF option on the DT menu
  471.   $!
  472.   $ set noon
  473.   $ on control_y then goto exit
  474.   $!
  475.   $       write oamailbox "OA GET #CURDOC_FILENAM"
  476.   $       @dclmailbox:
  477.   $       a1file = "''result'"
  478.   $       vmsfile = "A1FILE.A1F"
  479.   $       copy/nolog/noconfirm 'a1file' 'vmsfile'
  480.   $       kermit :== $epa__system:Ckermit
  481.   $       define/user sys$input sys$command
  482.   $       tt1=f$trnlnm("sys$output")
  483.   $       define sys$output sys$login:del.txt
  484.   $       kermit -l 'tt1' -b 9600 -s A1FILE.A1F -q -i
  485.   $       deassign sys$output
  486.   $       del sys$login:del.txt;
  487.   $       if $severity .le. 1 then goto exit
  488.   $! if an error occurs, tell ALL-IN-1
  489.   $       write oamailbox "OA GET $PC_KERMIT_STATUS=0"
  490.   $       @dclmailbox:
  491.   $exit:
  492.   $ deletex/nolog a1file.a1f;*
  493.   $ exit
  494.  
  495.    [ [96]C-Kermit ] [ [97]Kermit Home ]
  496.  
  497. 2.3. Running C-Kermit under DECintact
  498.  
  499.    [ [98]Top ] [ [99]Contents ] [ [100]Section Contents ] [ [101]Previous
  500.    ]
  501.  
  502.    To use C-Kermit in remote mode under DECIntact, you must:
  503.  
  504.     a. Have C-Kermit 7.0 or later, and:
  505.     b. Tell it to "set line /share tt:".
  506.  
  507.    This might also work with ALL-IN-1 ([102]Section 2.2).
  508.  
  509.    [ [103]C-Kermit ] [ [104]Kermit Home ]
  510.  
  511. 3. COMMUNICATIONS
  512.  
  513.    [ [105]Top ] [ [106]Contents ] [ [107]Next ] [ [108]Previous ]
  514.  
  515.    SECTION CONTENTS:
  516.  
  517.   3.1. [109]Serial and LAT Communications
  518.   3.2. [110]Network Communications
  519.  
  520.    Also see:
  521.  
  522.      * [111]Section 6 of the [112]Installation Instructions: Using Modems
  523.        by Richard B. Gilbert.
  524.      * [113]http://www.tmesis.com/modem/.
  525.  
  526. 3.1. Serial and LAT Communications
  527.  
  528.    [ [114]Top ] [ [115]Contents ] [ [116]Section Contents ] [ [117]Next ]
  529.  
  530.    SUBSECTION CONTENTS:
  531.  
  532.   3.1.1. [118]Dialing
  533.   3.1.2. [119]Speed
  534.   3.1.3. [120]Echoing
  535.   3.1.4. [121]Modem Signals
  536.   3.1.5. [122]Buffering and Flow Control
  537.   3.1.6. [123]LAT
  538.  
  539.    If you are experiencing very poor performance on serial connections,
  540.    use the VMS command SHOW TERMINAL to make sure that the terminal device
  541.    has the DMA (Direct Memory Access) characteristic. If it does not, try
  542.    setting it (or get your system manager to, in case privilege is
  543.    required):
  544.  
  545.   $ SET TERMINAL device_name /PERMANENT/DMA
  546.  
  547.    On some slower VAX models with built-in serial ports, such as the
  548.    VAXstation 3100 or MicroVAX-II, receiving files on serial ports at
  549.    (say) 19200 bps results in high CPU utilization, slowing down the
  550.    system for other processes. This is because on certain systems, such as
  551.    the VS3100, serial ports interrupt the CPU every time a character
  552.    arrives. Most VMS systems nowadays, however, support either DMA for
  553.    serial port i/o, or have their users coming in through terminal
  554.    servers.
  555.  
  556. 3.1.1. Dialing
  557.  
  558.    If dialing out a serial port does not work at all -- modem ignores
  559.    commands sent to it, etc -- make sure the terminal port has the /MODEM
  560.    characteristic, e.g.:
  561.  
  562.   $ SET TERMINAL TTA0 /MODEM /PERM
  563.  
  564.    Dialing is possible only on LAT devices and on serial ports that have
  565.    that have the /MODEM attribute (e.g. "set term tta0 /modem /altypahd
  566.    /perm"). The modem must be configured for "DSR tracks CD" -- that is,
  567.    it must not turn on its DSR signal before the connection is made;
  568.    otherwise VMS will hang up on it during the dialing process. C-Kermit
  569.    7.0 and later include "&S1" in the initialization string for modems
  570.    that use the AT command set. If you are modifying init strings or
  571.    defining your own modem type, be sure to include this command or the
  572.    equivalent.
  573.  
  574.    If a DIAL or SET SPEED command gives the error:
  575.  
  576.   ?ttbin: sys$qiow: %SYSTEM-F-NOLOG_IO, operation requires LOG_IO privilege
  577.  
  578.    then either the user must be given LOG_IO privilege or else the device
  579.    must be given the SET_SPEED attribute. However, note that under certain
  580.    versions of VMS the TT2$M_SETSPEED bit in TTY_DEFCHAR2 is not properly
  581.    propagated to LAT devices. It is best to issue the command SET
  582.    TERM/PERM/SET_SPEED LTA31: at startup when the LTA31 device is
  583.    initially created (which, of course, would be done by a sufficiently
  584.    privileged account).
  585.  
  586.    "How do I dial with C-Kermit and then exit, leaving the connection open
  587.    so I can use it from another application?" Prior to starting Kermit,
  588.    tell VMS to set the device to /NOMODEM. Another possibility is to
  589.    allocate the line BEFORE you run C-Kermit. Ownership is defined as
  590.    either having a channel assigned to the device or having allocated the
  591.    device. All the channels get closed when the image exits, but
  592.    allocation persists.
  593.  
  594. 3.1.2. Speed
  595.  
  596.    Prior to C-Kermit 6.0, there was no way to select a serial
  597.    communications speed higher than 38400 bps. In version 6.0, it is
  598.    possible to SET SPEED 57600, 76800, and 115200, since these speeds are
  599.    supported in VMS 6.x and later. However, the fact that you can set a
  600.    particular speed doesn't mean this will work. The device might not
  601.    support it. In some cases, the device will actually use the low-order
  602.    bits of the speed value, because its speed register is smaller than the
  603.    codes used for the new higher speeds.
  604.  
  605. 3.1.3. Echoing
  606.  
  607.    If you CONNECT to a modem or other device, and see a neverending stream
  608.    of messages, the terminal device probably has the /LOCAL_ECHO
  609.    characteristic. As of edit 189, C-Kermit attempts to turn off this
  610.    characteristic automatically as part of the SET LINE procedure.
  611.  
  612. 3.1.4. Modem Signals
  613.  
  614.    SUBSECTION CONTENTS:
  615.  
  616.   3.1.4.1. [124]The SET CARRIER-WATCH Command
  617.   3.1.4.2. [125]The SHOW COMMUNICATIONS Command
  618.   3.1.4.3. [126]The WAIT Command
  619.   3.1.4.4. [127]The HANGUP Command
  620.  
  621.    A VMS serial communication device has either the /MODEM or else the
  622.    /NOMODEM characteristic. You can view a device's configuration with the
  623.    VMS SHOW TERMINAL command, for example:
  624.  
  625.   $ SHOW TERMINAL TTA0:
  626.  
  627.    and you can change it with SET TERMINAL, e.g.:
  628.  
  629.   $ SET TERMINAL TTA0: /MODEM
  630.  
  631.    When a /MODEM device is opened (e.g. with C-Kermit's SET LINE command),
  632.    VMS asserts the DTR signal (assuming the interface and cable support
  633.    modem signals), and allows I/O with the device even if the device is
  634.    not asserting the CD signal. However, once the device does assert CD
  635.    (or, perhaps more accurately, whenever the phone is "off hook"), VMS
  636.    requires CD to stay up for further I/O; if the CD signal goes off, VMS
  637.    returns a hangup (SS$_HANGUP) indication.
  638.  
  639.    When a /NOMODEM device is opened, VMS does not assert any modem
  640.    signals, including DTR, and does not require or test for any modem
  641.    signals from the device. Thus the /NOMODEM is of little use with any
  642.    kind of data communication equipment (e.g. modems, terminal servers,
  643.    multiplexers) that require DTR (some modems can be configured to ignore
  644.    DTR, e.g. with AT&D0).
  645.  
  646.    On the other hand, /NOMODEM is probably necessary for VMS serial ports
  647.    that do not support modem signaling (such as the one on the VAXstation
  648.    3100), or cables that do not contain all the needed wires (such as
  649.    DEC's MMJ connector; looks like an RJ45 modular jack, but with an
  650.    offset tab). If you use a /NOMODEM port, the device it is connected to
  651.    must be configured to operate without seeing DTR, and in any case
  652.    C-Kermit will not be able to detect connection loss.
  653.  
  654.    Setting /MODEM or /NOMODEM on a LAT device has no effect on the LAT
  655.    port itself, nor, evidently, on VMS -- reportedly, SS$_HANGUP is still
  656.    reported when the LAT device hangs up, even when set to /NOMODEM.
  657.  
  658.    Although it is within the power of an application such as C-Kermit to
  659.    switch the device between /MODEM and /NOMODEM, it is not practical
  660.    because doing so hangs up the device. Thus C-Kermit lets the VMS
  661.    terminal driver control the modem signals, and interprets and reacts to
  662.    indications about modem signals from VMS as best it can, according to
  663.    your preferences.
  664.  
  665. 3.1.4.1. The SET CARRIER-WATCH Command
  666.  
  667.    When CARRIER-WATCH is ON or AUTO, C-Kermit checks for carrier at the
  668.    beginning of any communications-related command (CONNECT, SEND, GET,
  669.    FINISH, INPUT, OUTPUT, etc), and each of these commands fails at any
  670.    time during its execution if VMS reports a "data set hangup"
  671.    (SS$_HANGUP). Thus, it is not possible to CONNECT to a modem and type
  672.    AT commands before the modem has made a connection if CARRIER-WATCH is
  673.    ON or AUTO.
  674.  
  675.    When CARRIER-WATCH is OFF, the aforementioned checks are not made, and
  676.    any SS$_HANGUP errors that occur are ignored.
  677.  
  678.    If the device is set to /NOMODEM, all checks for carrier will fail, and
  679.    the device will be unusable unless CARRIER-WATCH is OFF.
  680.  
  681.    On LAT devices, the initial checks are never made since LAT devices do
  682.    not reveal their modem signals to VMS. SS$_HANGUP errors, however, are
  683.    treated as they are for real serial ports.
  684.  
  685. 3.1.4.2. The SHOW COMMUNICATIONS Command
  686.  
  687.    As of C-Kermit 7.0, SHOW COMMUNICATIONS should display modem signals on
  688.    both VAX and Alpha when the SET LINE device is a local serial-port
  689.    device. Modem signals are not displayed for LAT devices.
  690.  
  691. 3.1.4.3. The WAIT Command
  692.  
  693.    As of C-Kermit 7.0, the WAIT command (which waits a specified amount of
  694.    time for a given set of modem signals to appear on the current SET LINE
  695.    device) should work on both VAX and Alpha serial port devices. It does
  696.    not work on LAT devices.
  697.  
  698. 3.1.4.4. The HANGUP Command
  699.  
  700.    When used on a serial communication device, the HANGUP command (as well
  701.    as the CONNECT-mode escape command, H, and the hangup done by the DIAL
  702.    command when DIAL HANGUP is ON) takes at least 3 (three) seconds;
  703.    perhaps as many as six. This is a feature of VMS.
  704.  
  705.    If you use the HANGUP command on a /NOMODEM device that is,
  706.    nevertheless, connected to a modem, be sure that Kermit has been told
  707.    to:
  708.  
  709.   SET MODEM HANGUP-METHOD MODEM-COMMAND
  710.  
  711. 3.1.5. Buffering and Flow Control
  712.  
  713.    Hardware flow control (RTS/CTS) is not supported by VMS, despite rumors
  714.    to the contrary. From "[128]Ask the Wizard #0153" (July 1998):
  715.  
  716.      Setting the port to hardware flow control at the console will not
  717.      have any meaning to VMS. It does not see or make use of that
  718.      information. Also VMS does not officially support hardware flow
  719.      control for serial lines. For output when using modem lines the
  720.      system will honor CTS. But we will not lower RTS when the type-
  721.      ahead buffer is almost full. In V7.1 there is an attribute to enable
  722.      RTS for input flow control on modem lines. But this support is not
  723.      documented and there is no way from DCL to enable it.
  724.  
  725.    During terminal connection (SET LINE) and file transfer over a serial
  726.    device, buffer-overrun or BYTLM-quota-exceeded messages might appear.
  727.    It is essential that any VMS system that needs to use Kermit or any
  728.    other program to transfer files over serial devices, especially when
  729.    long packets or sliding windows are to be used, be SYSGEN'd with large
  730.    typeahead buffers, and that user accounts be given large BYTLM quotas.
  731.    See the [129]Installation Instructions.
  732.  
  733.      Note that LATmaster software (optional as of VMS V5.4-1, mandatory
  734.      as of VMS V5.5) requires a minimum Alt-Typeahead buffer of 2064
  735.      bytes. Thus, you may already have increased the size.
  736.  
  737.    To get around problems on systems where users have small BYTLM quotas,
  738.    the txbufr() routine in CKVTIO.C has been limited to reading 512-byte
  739.    chunks at a time from the communication device. This does not appear to
  740.    have an adverse affect on performance. If it does, a quick fix is to
  741.    recompile CKVTIO.C, defining CKV_IO_SIZE to be something bigger, e.g.
  742.  
  743.   /define=("CKV_IO_SIZE=8192")
  744.  
  745.    or whatever. A better fix might be to have txbufr() check the user's
  746.    remaining BYTLM quota before doing each read. But the overhead in doing
  747.    this might cancel out the advantage of doing it.
  748.  
  749.    The SET FLOW RTS/CTS command is not supported in the VMS version of
  750.    C-Kermit. VMS versions prior to 7.0 do not support RTS/CTS (hardware)
  751.    flow control. However, RTS/CTS flow control can still be used on LAT
  752.    ports that support it.
  753.  
  754.    VMS flow control is governed by two SET TERMINAL parameters: /TTSYNC
  755.    and /HOSTSYNC. TTSYNC lets the terminal control the flow of data from
  756.    the host and HOSTSYNC lets the host control the flow of data from the
  757.    terminal. In general, these are implemented as Xon/Xoff flow control in
  758.    each direction, but on LAT and TCP/IP connections, they can also affect
  759.    the internal networking protocol, and they can be implemented on the
  760.    LAT server's serial interface with any flow control method at all -
  761.    Xon/Xoff, RTS/CTS, etc.
  762.  
  763.    In VMS C-Kermit, SET FLOW XON/XOFF is equivalent to $ SET TERM
  764.    /HOSTSYNC /TTSYNC. There should never be a reason to SET FLOW NONE in
  765.    VMS -- in fact, it is almost always a bad idea (see [130]File Transfer
  766.    section).
  767.  
  768.    When C-Kermit is in "remote mode", i.e. it is on the far end of a
  769.    connection, and is not establishing a connection itself, it uses your
  770.    current VMS SET TERMINAL parameters for flow control during command
  771.    processing. During packet mode, however, it obeys your C-Kermit SET
  772.    FLOW-CONTROL setting to ensure the chances of lost data are minimal.
  773.  
  774.    When C-Kermit is in "local mode", i.e. it is being used to establish a
  775.    connection with SET LINE or TELNET, there are two components to your
  776.    connection: the part between your terminal and C-Kermit (call this
  777.    "Part A"), and the part between C-Kermit and the remote computer or
  778.    service that you have connected to ("Part B"). At all times, the flow
  779.    control used on Part A is governed by your VMS SET TERMINAL parameters,
  780.    and the flow control used on Part B is always governed by C-Kermit's
  781.    SET FLOW-CONTROL command.
  782.  
  783.    If you are using C-Kermit in local mode to access a remote host to use
  784.    the EMACS editor, you might find that the Ctrl-S (Search) and Ctrl-Q
  785.    (Quote) commands don't work -- your screen and keyboard "freeze" when
  786.    you type Ctrl-S, and Ctrl-Q seems to have no effect (except unfreezing
  787.    your session after Ctrl-S). This means that your VMS command terminal
  788.    has the /TTSYNC characteristic; Ctrl-S and Ctrl-Q are being used for
  789.    flow control between your terminal and the VMS system -- the remote
  790.    system and EMACS never see them. There are two ways around this
  791.    problem:
  792.  
  793.     1. Tell VMS to SET TERM /NOTTSYNC before starting C-Kermit. In this
  794.        case, you are in danger of losing data on the connection,
  795.        particularly if your connection to VMS is through a LAT device.
  796.     2. Leave the /TTSYNC characteristic in force and use the long forms
  797.        for the EMACS commands: ESC-X Search-Forward and ESC-X
  798.        Quoted-Insert. Or assign these functions to other EMACS keys in
  799.        your EMACS initialization file.
  800.  
  801. 3.1.6. LAT
  802.  
  803.    It is possible to SET LINE to an LTA (LAT) device, but correct
  804.    operation is reportedly dependent on the version of DECserver code and
  805.    the VMS version, and which patches have been applied, and of course the
  806.    way the whole setup is configured. More about LAT configuration in the
  807.    [131]Installation Instructions.
  808.  
  809.    If you use C-Kermit to SET LINE to an LTA device and receive a hangup
  810.    message immediately:
  811.  
  812.   contti: ttiosb.status: %SYSTEM-F-HANGUP, data set hang-up
  813.  
  814.    then:
  815.  
  816.      * Perhaps the line is already being used on another system that is
  817.        connected to the same terminal server (in this case SET HOST /DTE
  818.        will fail the same way). Unfortunately LAT has no way to signal
  819.        this condition.
  820.      * Make sure you've created an LTA port on your VMS system which is
  821.        mapped to the DECserver port that the modem is connected to.
  822.      * Can you use the VMS SET HOST/DTE command to connect to that line?
  823.        If you get the same error (which you should) there's a
  824.        configuration problem in the DECserver setup for that port, or the
  825.        devices protection, or your privileges or quotas, or somesuch.
  826.      * In order for VMS to connect to the dial-out modem, it needs to see
  827.        the carrier detect signal asserted. If that signal isn't asserted,
  828.        the server will return a "hangup" error on the first character sent
  829.        to the port. C-Kermit's SET CARRIER command has no effect in VMS.
  830.      * Additionally, some modems want to see various settings on RTS/CTS
  831.        and DSR/DTR before they will accept input. If you have a breakout
  832.        box and someone who is skilled at using it, you can usually resolve
  833.        these problems.
  834.  
  835.    C-Kermit puts LAT terminal servers into PASSTHRU mode, which disables
  836.    their forward/backward session switch characters.
  837.  
  838.    Reportedly, if you have CONNECTed out through a LAT device, the
  839.    CONNECT-mode escape command to hang up (<esc-char>U) does not work.
  840.    Reason: unknown. Cure: unknown (The LAT programming interface is very
  841.    poorly documented). Workaround: SET LINE <cr> or CLOSE <cr> to close
  842.    the SET LINE device.
  843.  
  844.    Reportedly, although Kermit can SET LINE to a LAT device and work OK,
  845.    the same can't be said for a "LAT group" (whatever that is). The user
  846.    who submitted this report said that this problem could be worked around
  847.    by telling VMS to SET TERM <blah> /NOALTYPEAHD before starting Kermit
  848.    (take this one with a grain of salt).
  849.  
  850.    Reportedly, to use C-Kermit with a LAT device under LATmaster, the
  851.    associated terminal device must be set /NOREADSYNC.
  852.  
  853.    Reportedly, when transferring files TO a VMS system over a LAT
  854.    connection (for example, from a PC equipped with PATHWORKS or SuperLAT
  855.    and MS-DOS Kermit), packet sizes greater than 255 (some reports say
  856.    70!) cannot be used, irrespective of the VMS SYSGEN parameters
  857.    regarding MAXBUF, etc. The problem seems to lay in the LAT protocol
  858.    itself, or the particular implementation of it, whereby applications
  859.    are not informed of -- and cannot find out -- limits on transmission.
  860.    (And yet, others say they have no problems with file transfers over LAT
  861.    connections, even with packet sizes greater than 1000.)
  862.  
  863.    [ [132]C-Kermit ] [ [133]Kermit Home ]
  864.  
  865. 3.2. Network Communications
  866.  
  867.    [ [134]Top ] [ [135]Contents ] [ [136]Section Contents ] [
  868.    [137]Previous ]
  869.  
  870.    SECTION CONTENTS:
  871.  
  872.   3.2.1. [138]X.25
  873.   3.2.2. [139]TCP/IP
  874.  
  875.    There is (as yet) no support for initiating connections over DECnet,
  876.    nor for VAX/PSI. Certain types of TCP/IP are supported (including DEC
  877.    TCP/IP (UCX), CMU-OpenVMS/IP ("CMU/Tek"), TGV MultiNet, Wollongong
  878.    WIN/TCP or PathWay, Process Software TCPware); other types: not yet
  879.    (e.g. Fusion).
  880.  
  881. 3.2.1. X.25
  882.  
  883.    Poor performance has been observed when C-Kermit is receiving files on
  884.    a VAX/PSI (X.25) system, attached to a certain X.25 network (Autonet),
  885.    but not others, attached via a DSW42 interface: huge numbers of I/O
  886.    requests drive the load way up. Reportedly, "this is due to a VAX PSI
  887.    feature called Synchronized Echo Protocol (SEP), which is supposed to
  888.    coordinate echo by the X.25 PAD, e.g. when typing ahead. When disabling
  889.    this feature, the file transfers proceed fast and efficient. This
  890.    feature is a network-specific X.25 1"facility" negotiated at call-setup
  891.    time, not an X.3 parameter (standard or otherwise) -- Facility Number
  892.    66 (decimal, or 42 hex). It could not even be set or viewed by the user
  893.    or the VAX administrator. It had to be disabled by the network
  894.    provider. I think that most X.25 networks do not even implement this
  895.    feature and thus is it not common issue. In any case, in our situation,
  896.    I asked the X.25 network provider to disable this feature, and now
  897.    C-Kermit is performing efficiently, but now, of course, echoing (e.g.
  898.    of material that is typed ahead) is no longer synchronized."
  899.  
  900. 3.2.2. TCP/IP
  901.  
  902.    If your VMS system has TCP/IP installed, but your version of C-Kermit
  903.    was built without support for it, you can still use C-Kermit to make
  904.    Telnet connections like so (this works in recent MultiNet versions, not
  905.    sure about others):
  906.  
  907. $ telnet/create_nty foo.bar.baz.com
  908.   Trying...
  909.   TELNET session now connected to _NTY5:
  910.   %DCL-I-ALLOC, _$4$NTY5: allocated
  911. $ set terminal telnet_nty /noecho /perm
  912. $ kermit
  913. C-Kermit> set line telnet_nty
  914. C-Kermit> (other commands)
  915. C-Kermit> exit
  916. $ deallocate telnet_nty
  917.  
  918.    Reportedly CMU/IP support in C-Kermit 7.0 and later does not work at
  919.    all. Cause and cure unknown.
  920.  
  921.    The TCPware version works correctly with TCPware versions 4.1-2 or
  922.    later; earlier versions, such 3.1-3, have a bug that can result in
  923.    failure of C-Kermit to make network connections, with a message like:
  924.  
  925.  ?contti: network sys$qio: %SYSTEM-F-IVCHAN, invalid I/O channel
  926.  
  927.    Process Software recommends upgrading to the current TCPware release.
  928.  
  929.    DEC TCP/IP (UCX) 2.0C and earlier, which runs only on VAXes, has a bug
  930.    that prevents TCP port lookup by name from working as expected, so if
  931.    you tell C-Kermit to "telnet blah" or "set host blah", you'll get a
  932.    "Connection refused" error. If you don't specify a port, Kermit
  933.    substitutes the service name "telnet" and then asks UCX to look it up;
  934.    UCX finds it but erroneously returns a port number with its bytes
  935.    swapped (e.g. 5888 instead of 23), and then Kermit tries to connect to
  936.    port 5888 on the host; most hosts will refuse the connection; if they
  937.    don't, you probably didn't reach a Telnet port anyway. The workaround
  938.    is to include a port number (not name) in your command. Any of the
  939.    following will work:
  940.  
  941.   set host blah:23
  942.   set host blah 23
  943.   telnet blah:23
  944.   telnet blah 23
  945.  
  946.    A patch was issued after C-Kermit 6.0.192 was released, adding the
  947.    following command to VMS C-Kermit versions built on VAXes with UCX:
  948.  
  949.   SET TCP UCX-PORT-BUG { ON, OFF }
  950.  
  951.    If you have UCX 2.0C or earlier, and C-Kermit won't make Telnet
  952.    connections, tell it to:
  953.  
  954.   SET TCP UCX-PORT-BUG ON
  955.  
  956.    In case your version of C-Kermit 6.0 does not have this patch, then use
  957.    the workaround of specifying a port number.
  958.  
  959.    The previous hint also applies when running UCX versions of C-Kermit
  960.    under Wollongong or other TCP/IP products that have a UCX compatibility
  961.    mode. If you get "connection refused", then include the port number in
  962.    the TELNET or SET HOST command.
  963.  
  964.    The UCX version of Kermit works on MultiNet systems too, because
  965.    MultiNet automatically goes into "UCX compatibility mode" when a UCX
  966.    application is run.
  967.  
  968.    If you enter the VAX from elsewhere through a TELNET connection, and
  969.    the VAX is running CMU-OpenVMS/IP, Fusion, or an early version of DEC
  970.    TCP/IP (UCX), you might notice that file transfers into the VAX fail
  971.    almost immediately. If this happens, it is most likely the result of
  972.    small VMS typeahead buffers. See the [140]Installation Instructions for
  973.    how to increase typeahead buffer sizes, or work around the problem by
  974.    telling VMS C-Kermit to ask for smaller packets, for example:
  975.  
  976.   C-Kermit>set receive packet-length 65  ; (Use the longest length that works)
  977.  
  978.    When using the CMU-OpenVMS/IP TCP/IP transport, assign the system
  979.    logical INET$SERVICE_TELNET_TCP to the telnet port as follows:
  980.  
  981.   $ DEFINE /SYSTEM INET$SERVICE_TELNET_TCP 23
  982.  
  983.    This is only required if the -j option is used without specifying a
  984.    port to use (e.g. -j host). If this logical assignment is not made
  985.    using `-j host' option will fail with the error:
  986.  
  987.   %CKERMIT-E-FATAL, can't open host connection
  988.  
  989.    The default port, hardcoded in C-Kermit, is 23. Another port may be
  990.    specified using the -j option as `-j host:port'.
  991.  
  992.    SET INPUT ECHO OFF seems to have no effect when given to VMS C-Kermit
  993.    and the INPUT command is reading from the console terminal.
  994.  
  995.    [ [141]C-Kermit ] [ [142]Kermit Home ]
  996.  
  997. 4. GENERAL FAILURES
  998.  
  999.    [ [143]Top ] [ [144]Contents ] [ [145]Next ] [ [146]Previous ]
  1000.  
  1001.    General failures can sometimes occur for reasons beyond Kermit's
  1002.    control, many of them related to VMS system parameters or limits on the
  1003.    user or process: disk quotas, user pagefile quotas (AUTHORIZE parameter
  1004.    PGFLQUO), system pagefile space filling up, etc. See the
  1005.    [147]Installation Instructions for details.
  1006.  
  1007.    To increase a user's pagefile quota, tell AUTHORIZE to MODIFY
  1008.    username/PGFLQUO=number. The system itself might be running out of
  1009.    pagefile space, which would cause the system to grind to a halt and
  1010.    eventually crash. You can check the system pagefiles with SHOW
  1011.    MEMORY/FILE: add up the "Free" numbers for the [*]*PAGEFILE.SYS files
  1012.    and see if the total is big enough (there should normally be at least
  1013.    100K free pages on an active system). If not, the system manager would
  1014.    use the procedure @SYS$UPDATE:SWAPFILES to resize the files.
  1015.  
  1016.    VMS C-Kermit can hang or crash with an "access violation" under certain
  1017.    conditions when trying to hang up a modem-controlled device that is
  1018.    already hung up; investigation shows that the hang or crash happens in
  1019.    VMS kernel space, not in Kermit.
  1020.  
  1021.    Reportedly, on certain VMS configurations (but not others), the
  1022.    following sequence can cause C-Kermit to crash:
  1023.  
  1024.   set host somewhere
  1025.   connect
  1026.   (escape back)
  1027.   receive
  1028.   Ctrl-C
  1029.   connect
  1030.  
  1031.    The problem appears to be in the VMS C library's implementation of
  1032.    signal handling and longjumps.
  1033.  
  1034.    "Zombie" process can be left behind under certain conditions when a VMS
  1035.    Kermit server has been sent a BYE command, particularly over a TCP/IP
  1036.    connection (connection disappears before VMS has a chance to print its
  1037.    "logged out" message, and now there is nothing to print it on).
  1038.  
  1039.    One user reported "massive failures" when transferring files with VMS
  1040.    C-Kermit through a particular kind of terminal server. She had followed
  1041.    all the directions in the manual, the CKVINS.TXT file, and the
  1042.    CKVBWR.TXT files (as it was before this item was added). The terminal
  1043.    server, an Equinox ELG48, uses TELNET protocol to a DECstation 3000
  1044.    Model 600 running VMS 6.1 and TGV MultiNet 3.3. Later, she reported:
  1045.    "It turned out that upgrading the software on our terminal server has
  1046.    fixed the problem. It's so odd that the problem only occurred after we
  1047.    upgraded from VMS V5.5-2 to V6.1, since the terminal server worked fine
  1048.    before the upgrade. It's also weird that this terminal server has
  1049.    always worked fine for our Suns, also. Here's the details of the
  1050.    terminal server if you want to keep these details on file: Equinox PBX
  1051.    20 with ELG 48 board. The ELG 48 rev was 2.30. After upgrading it to
  1052.    V2.33, everything works fine."
  1053.  
  1054.    [ [148]C-Kermit ] [ [149]Kermit Home ]
  1055.  
  1056. 5. LOCAL FILE OPERATIONS
  1057.  
  1058.    [ [150]Top ] [ [151]Contents ] [ [152]Next ] [ [153]Previous ]
  1059.  
  1060.    As of edit 190, VMS C-Kermit supports append operations: the various
  1061.    logs (packet, debug, transaction, etc) can be opened in append mode by
  1062.    including the APPEND keyword after the filename, e.g.:
  1063.  
  1064.   LOG TRANSACTIONS TRANSACT.LOG APPEND
  1065.  
  1066.    An arbitrary file can be opened for output in append mode:
  1067.  
  1068.   OPEN APPEND OOFA.TXT
  1069.  
  1070.    and the SET FILE COLLISION APPEND option now works during file
  1071.    transfer.
  1072.  
  1073.    When using append operations:
  1074.  
  1075.      * Be careful not to append files of different types together, such as
  1076.        a text file to an indexed file, or a fixed-record binary file to a
  1077.        text file, etc. The result will generally be unusable.
  1078.      * SET FILE COLLISION APPEND does not work when the FILE TYPE is
  1079.        LABELED. This is deliberate: labeled transfers are designed to give
  1080.        you an exact copy of the file, including attributes.
  1081.  
  1082.    C-Kermit 7.0 (Jan-Feb 2000) added a new stdio-based FILE command
  1083.    allowing opening, closing, reading, writing of local files. Since
  1084.    C-Kermit is a C program, this works best with stream files. In
  1085.    particular FOPEN /APPEND works only with stream (Stream_LF) files. If
  1086.    you try to use FOPEN /APPEND on a non-Stream_LF file, the appended
  1087.    portion is in Stream_LF format but the original portion remains in
  1088.    whatever format it was in before.
  1089.  
  1090.    There is no facility in C-Kermit to distinguish between "overwriting"
  1091.    and "versioning". SET FILE COLLISION OVERWRITE always creates a new
  1092.    version in VMS.
  1093.  
  1094.    BUG: As of this writing, APPEND operations do not use the RMS "first
  1095.    free byte", and so start on a new block boundary.
  1096.  
  1097.    [ [154]C-Kermit ] [ [155]Kermit Home ]
  1098.  
  1099. 6. FILE TRANSFER
  1100.  
  1101.    [ [156]Top ] [ [157]Contents ] [ [158]Next ] [ [159]Previous ]
  1102.  
  1103.    SECTION CONTENTS:
  1104.  
  1105.   6.1. [160]Automatic Transfer Mode
  1106.   6.2. [161]Oddball File Formats
  1107.   6.3. [162]Disk Quotas
  1108.   6.4. [163]Control-Character (Un)Prefixing
  1109.   6.5. [164]External Protocols
  1110.   6.6. [165]Miscellaneous
  1111.  
  1112.    Remember that VMS file formats are substantially different from those
  1113.    on UNIX, DOS, Windows, etc. Be sure to consult the VMS Appendix of
  1114.    "Using C-Kermit" on this topic, and to find out the special commands
  1115.    and procedures that apply to VMS.
  1116.  
  1117.    C-Kermit 7.0 has the following problems, which we hope can be resolved
  1118.    before the final release:
  1119.  
  1120.      * LABELED mode lacks relative pathname option; directory-tree
  1121.        transfers don't work between two VMS systems because they go into
  1122.        LABELED mode automatically (this one should be fixed in C-Kermit
  1123.        7.0).
  1124.      * Confusion about SET TRANSFER MODE { AUTOMATIC, MANUAL } vs FILE
  1125.        TYPE IMAGE (should AUTOMATIC unset IMAGE? Should IMAGE set MANUAL?
  1126.        ...)
  1127.      * Need better error message for failure to receive a file in text
  1128.        mode that has lines longer than 32K, or else a way to recover when
  1129.        this happens, e.g. by breaking the long line.
  1130.  
  1131.    C-Kermit 7.0 also enables proper transfer of fixed-length-record files
  1132.    with odd record lengths, and fixes problems with overstrike records in
  1133.    Fortran Carriage Control files. These fixes should go a long way
  1134.    towards eradicating the complaints about files that Kermit-32 could
  1135.    transfer correctly, but C-Kermit could not.
  1136.  
  1137.    [ [166]C-Kermit ] [ [167]Kermit Home ]
  1138.  
  1139. 6.1. Automatic Transfer Mode
  1140.  
  1141.    [ [168]Top ] [ [169]Contents ] [ [170]Section Contents ] [ [171]Next ]
  1142.  
  1143.    File transfer modes (TEXT vs BINARY) are set automatically for each
  1144.    file when sending. The SET FILE TYPE BINARY and SET FILE TYPE TEXT
  1145.    commands are ignored when sending files. So (in C-Kermit 7.0) are
  1146.    filename patterns (SET FILE PATTERNS). To force binary-mode
  1147.    transmission, use SET FILE TYPE IMAGE. See the VMS appendix of
  1148.    [172]Using C-Kermit.
  1149.  
  1150.    One notable consequence of this fact is that if you send a file from
  1151.    VMS C-Kermit in IMAGE mode (because it would not be transferred in
  1152.    binary mode without this setting), then any attempt to RESEND or REGET
  1153.    it must also be done with VMS C-Kermit in IMAGE mode.
  1154.  
  1155.    The other aspect of automatic transfer mode is that VMS-to-VMS
  1156.    transfers shift automatically into LABELED mode (again, see the
  1157.    [173]manual). One consequence of this is that any "as-name" that you
  1158.    give for the file is ignored. To defeat this, use "set transfer mode
  1159.    manual".
  1160.  
  1161.    DEC PATHWORKS file services normally create files in stream mode, but
  1162.    this can be overridden when the file service is created:
  1163.  
  1164.   $ ADMIN/PCSA
  1165.   PCSA> SET FILE_SERVER SERVICE service-name/ATTRIBUTES=SEQUENTIAL_FIXED
  1166.  
  1167.    The normal stream files will be treated as TEXT by Kermit. To transfer
  1168.    PATHWORKS files that are really binary, such as executables, use IMAGE
  1169.    mode.
  1170.  
  1171.    [ [174]C-Kermit ] [ [175]Kermit Home ]
  1172.  
  1173. 6.2. Oddball File Formats
  1174.  
  1175.    [ [176]Top ] [ [177]Contents ] [ [178]Section Contents ] [ [179]Next ]
  1176.    [ [180]Previous ]
  1177.  
  1178.    When sending binary files that have an odd record length, please note
  1179.    that these files are actually stored with an even record length on
  1180.    disk. For example, suppose DIR/FULL X.VDM says "fixed-length records,
  1181.    record length 17". On disk, the file really has 18-byte records; each
  1182.    17-byte record is padded with a NUL (0) byte to make its length even;
  1183.    this is revealed by DUMP. Prior to version 7.0, C-Kermit sent the raw
  1184.    records, INCLUDING THE PADDING. In 7.0 and later, odd-length records
  1185.    are sent without padding.
  1186.  
  1187.    If a text file is accidentally sent to VMS C-Kermit in binary mode, you
  1188.    can fix it afterwards (in recent VMS versions) with a DCL command like:
  1189.  
  1190.  $ SET FILE/ATTRIBUTES=(RFM:STM,LRL:0,MRS:0) filename
  1191.  
  1192.    Transfer of VFC (Variable with Fixed Control) files, such as those
  1193.    created by DCL, is problematic, since the meaning of the control bytes
  1194.    is defined by the application.
  1195.  
  1196.    VMS MAIL messages: If you want to download mail messages to a PC (or
  1197.    other non-VMS system), select the message of interest using the SELECT
  1198.    and DIRECTORY commands within VMS MAIL, then EXTRACT/ALL to extract all
  1199.    the selected messages to a normal text file, then use Kermit to SEND
  1200.    this file. Don't even think about trying to transfer your mail file
  1201.    as-is to a non-VMS system; it is a complicated indexed file, possibly
  1202.    containing pointers to other files, etc.
  1203.  
  1204.    ZIP files: If you have trouble transferring ZIP files into or out of
  1205.    VMS using BINARY mode, use IMAGE mode instead (SET FILE TYPE IMAGE).
  1206.    The same applies to binary files created by VMS UNZIP.
  1207.  
  1208.    [ [181]C-Kermit ] [ [182]Kermit Home ]
  1209.  
  1210. 6.3. Disk Quotas
  1211.  
  1212.    [ [183]Top ] [ [184]Contents ] [ [185]Section Contents ] [ [186]Next ]
  1213.    [ [187]Previous ]
  1214.  
  1215.    Incoming files are rejected if the available space on the disk device
  1216.    is less than the size of the file. However, the user's disk quota is
  1217.    not checked. Quota checking could erroneously report that a user
  1218.    couldn't store a file for a number of reasons: for example, the user
  1219.    has the EXQUOTA privilege, C-Kermit is installed with EXQUOTA privilege
  1220.    (not recommended!), overdraft, etc. Because of the large potential for
  1221.    denying a transfer that would fit, the file is accepted regardless of
  1222.    the disk quota. This is consistent with the way other VMS utilities
  1223.    work.
  1224.  
  1225.    [ [188]C-Kermit ] [ [189]Kermit Home ]
  1226.  
  1227. 6.4. Control-Character (Un)Prefixing
  1228.  
  1229.    [ [190]Top ] [ [191]Contents ] [ [192]Section Contents ] [ [193]Next ]
  1230.    [ [194]Previous ]
  1231.  
  1232.    Exercise caution when sending files to VMS when C-Kermit is in remote
  1233.    mode. Aside from all the buffering limitations of LAT and VMS, please
  1234.    note the following:
  1235.  
  1236.      * On most VMS systems, the controlling terminal MUST have the /TTSYNC
  1237.        and /HOSTSYNC characteristics, even on Telnet connections, or else
  1238.        massive amounts of data can be lost.
  1239.      * There are evidently certain control characters that can not be
  1240.        safely unprefixed when sending to VMS, no matter how far C-Kermit
  1241.        goes to put the job's controlling terminal in "passthrough" mode.
  1242.        These include:
  1243.   Ctrl-Q  XOFF  17
  1244.   Ctrl-S  XON   19
  1245.   Ctrl-C  ETX    3
  1246.   Ctrl-N  SO    14
  1247.   Ctrl-O  SI    15
  1248.   Ctrl-X  CAN   24
  1249.   Ctrl-Y  EM    25
  1250.  
  1251.    As well as 141, 145, 147 (CR, XOFF, XON with their high bits set). If
  1252.    you find file transfers into VMS stalling, it is very likely because
  1253.    one or more of the these characters is unprefixed.
  1254.  
  1255.    On a related note, Carriage Return (13) and IAC (255) must be prefixed
  1256.    on Telnet connections, and Kermit's start-of-packet character (normally
  1257.    SOH, ASCII 1) should also be prefixed. NUL (0) should be prefixed too.
  1258.  
  1259.    [ [195]C-Kermit ] [ [196]Kermit Home ]
  1260.  
  1261. 6.5. External Protocols
  1262.  
  1263.    [ [197]Top ] [ [198]Contents ] [ [199]Section Contents ] [ [200]Next ]
  1264.    [ [201]Previous ]
  1265.  
  1266.    You can use the ZMODEM SZ and RZ commands as "external protocols" over
  1267.    a connection you have established with C-Kermit, to a host or service
  1268.    that does not support Kermit protocol. Start the file transfer on the
  1269.    remote end, escape back to C-Kermit, give the SPAWN command, and then
  1270.    (for example):
  1271.  
  1272.   $ define tt xxx:
  1273.   $ rz
  1274.  
  1275.    where xxx is the designation of the terminal device (TT or LTA) that
  1276.    you have dialed out on. When the transfer is complete, LOGOUT from the
  1277.    SPAWN'd subprocess and you'll be back at the C-Kermit prompt.
  1278.  
  1279.    [ [202]C-Kermit ] [ [203]Kermit Home ]
  1280.  
  1281. 6.6. Miscellaneous
  1282.  
  1283.    [ [204]Top ] [ [205]Contents ] [ [206]Section Contents ] [
  1284.    [207]Previous ]
  1285.  
  1286.    The file size shown in the file transfer display when sending a file
  1287.    might be incorrect under certain conditions (but the file is still
  1288.    transferred correctly).
  1289.  
  1290.    Incoming files, if accepted, are always stored as a new file with the
  1291.    next highest version number, even when FILE COLLISION is set to
  1292.    OVERWRITE or RENAME.
  1293.  
  1294.    When you send a BYE command to a VMS C-Kermit server, it does not
  1295.    guarantee that the VMS job will be logged out. If C-Kermit was SPAWN'd
  1296.    from another process, only C-Kermit itself disappears in this case.
  1297.    Even if the whole VMS session ends, if the user came in through a LAT
  1298.    terminal server, they will be back at the "Local>" prompt and the phone
  1299.    line won't be disconnected.
  1300.  
  1301.    When transferring files in LABELED mode, the file transfer display
  1302.    shows the name the file was sent as, not the "true" name within the
  1303.    labeled file. Also, note that a transfer may fail with an obscure error
  1304.    (can't create output file) if there is something incorrect with the
  1305.    label information (for example, if you specified that the file should
  1306.    be restored to the original directory and you don't have privilege to
  1307.    write to that directory on this system).
  1308.  
  1309.    Reportedly, when VMS C-Kermit is in local mode and transferring a file
  1310.    (file transfer display is showing) over a MultiNet TCP/IP connection
  1311.    and a broadcast from a completing batch job (SUBMIT/NOTIFY) arrives, it
  1312.    crashes C-Kermit with %SYSTEM-F-ACCVIO, access violation. The stack
  1313.    dump shows this occurs in the netinc() routine while reading a packet
  1314.    (rpack).
  1315.  
  1316.    [ [208]C-Kermit ] [ [209]Kermit Home ]
  1317.  
  1318. 7. OTHER TOPICS
  1319.  
  1320.    [ [210]Top ] [ [211]Contents ] [ [212]Previous ]
  1321.  
  1322.    (So far just one...)
  1323.  
  1324. 7.1. Non-DEC Terminal Types
  1325.  
  1326.    Non-DEC terminal types are not well supported under VMS. While it might
  1327.    be possible to install a definition for a non-DEC terminal (such as the
  1328.    IBM 3151) in the SMG database, very few applications actually use this
  1329.    information. Also, although C-Kermit 5x and 6.x used SMG, C-Kermit 7.0
  1330.    and later bypass it entirely due to problems discovered during the
  1331.    development cycle.
  1332.  
  1333.    [ [213]Top ] [ [214]Contents ] [ [215]C-Kermit Home ] [ [216]Kermit
  1334.    Home ]
  1335.      __________________________________________________________________
  1336.  
  1337.  
  1338.     C-Kermit 9.0 VMS Hints and Tips / The Kermit Project / Columbia
  1339.     University / 30 June 2011
  1340.  
  1341. References
  1342.  
  1343.    1. http://www.columbia.edu/
  1344.    2. mailto:kermit@columbia.edu
  1345.    3. http://www.columbia.edu/kermit/index.html
  1346.    4. http://www.columbia.edu/kermit/k95.html
  1347.    5. http://www.columbia.edu/kermit/ckermit.html
  1348.    6. http://www.columbia.edu/kermit/ckscripts.html
  1349.    7. http://www.columbia.edu/kermit/current.html
  1350.    8. http://www.columbia.edu/kermit/whatsnew.html
  1351.    9. http://www.columbia.edu/kermit/faq.html
  1352.   10. http://www.columbia.edu/kermit/support.html
  1353.   11. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1354.   12. http://www.columbia.edu/kermit/ckermit.html
  1355.   13. http://www.columbia.edu/kermit/index.html
  1356.   14. http://www.columbia.edu/kermit/ckvbwr.html
  1357.   15. http://www.columbia.edu/kermit/ckvbwr.html#x1
  1358.   16. http://www.columbia.edu/kermit/ckvbwr.html#x2
  1359.   17. http://www.columbia.edu/kermit/ckvbwr.html#x3
  1360.   18. http://www.columbia.edu/kermit/ckvbwr.html#x4
  1361.   19. http://www.columbia.edu/kermit/ckvbwr.html#x5
  1362.   20. http://www.columbia.edu/kermit/ckvbwr.html#x6
  1363.   21. http://www.columbia.edu/kermit/ckvbwr.html#x7
  1364.   22. http://www.columbia.edu/kermit/ckvbwr.html#top
  1365.   23. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1366.   24. http://www.columbia.edu/kermit/ckvbwr.html#x2
  1367.   25. http://www.columbia.edu/kermit/ckvbwr.html#x1.1
  1368.   26. http://www.columbia.edu/kermit/ckvbwr.html#x1.2
  1369.   27. http://www.columbia.edu/kermit/ckvbwr.html#x1.3
  1370.   28. http://www.columbia.edu/kermit/ckvbwr.html#x1.4
  1371.   29. http://www.columbia.edu/kermit/ckvbwr.html#x1.1
  1372.   30. http://www.columbia.edu/kermit/ckcbwr.html
  1373.   31. http://www.columbia.edu/kermit/ckvins.html
  1374.   32. http://www.columbia.edu/kermit/ckermit.html
  1375.   33. http://www.columbia.edu/kermit/index.html
  1376.   34. http://www.columbia.edu/kermit/ckvbwr.html#top
  1377.   35. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1378.   36. http://www.columbia.edu/kermit/ckvbwr.html#x1
  1379.   37. http://www.columbia.edu/kermit/ckvbwr.html#x1.2
  1380.   38. http://www.columbia.edu/kermit/ckermit.html
  1381.   39. http://www.columbia.edu/kermit/index.html
  1382.   40. http://www.columbia.edu/kermit/ckvbwr.html#top
  1383.   41. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1384.   42. http://www.columbia.edu/kermit/ckvbwr.html#x1
  1385.   43. http://www.columbia.edu/kermit/ckvbwr.html#x1.3
  1386.   44. http://www.columbia.edu/kermit/ckvbwr.html#x1.1
  1387.   45. http://www.columbia.edu/kermit/ckmanual.html
  1388.   46. http://www.columbia.edu/kermit/ckermit70.html
  1389.   47. http://www.columbia.edu/kermit/ckermit80.html
  1390.   48. http://www.columbia.edu/kermit/ckermit90.html
  1391.   49. http://www.columbia.edu/kermit/ckermit.html
  1392.   50. http://www.columbia.edu/kermit/ckermit.html
  1393.   51. http://www.columbia.edu/kermit/index.html
  1394.   52. http://www.columbia.edu/kermit/ckvbwr.html#top
  1395.   53. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1396.   54. http://www.columbia.edu/kermit/ckvbwr.html#x1
  1397.   55. http://www.columbia.edu/kermit/ckvbwr.html#x1.4
  1398.   56. http://www.columbia.edu/kermit/ckvbwr.html#x1.2
  1399.   57. mailto:kermit-support@columbia.edu
  1400.   58. news:comp.protocols.kermit.announce
  1401.   59. news:comp.protocols.kermit.misc
  1402.   60. http://www.columbia.edu/kermit/
  1403.   61. http://www.kermit-project.org/
  1404.   62. http://www.columbia.edu/kermit/faq.html
  1405.   63. http://www.columbia.edu/kermit/ckermit.html
  1406.   64. http://www.columbia.edu/kermit/index.html
  1407.   65. http://www.columbia.edu/kermit/ckvbwr.html#top
  1408.   66. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1409.   67. http://www.columbia.edu/kermit/ckvbwr.html#x1
  1410.   68. http://www.columbia.edu/kermit/ckvbwr.html#x1.3
  1411.   69. http://www.openvms.compaq.com/wizard/openvms_faq.html
  1412.   70. ftp://rtfm.mit.edu/pub/usenet/news.answers/dec-faq/vms
  1413.   71. news:comp.os.vms
  1414.   72. news:comp.sys.dec
  1415.   73. http://www.columbia.edu/kermit/ckermit.html
  1416.   74. http://www.columbia.edu/kermit/index.html
  1417.   75. http://www.columbia.edu/kermit/ckvbwr.html#top
  1418.   76. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1419.   77. http://www.columbia.edu/kermit/ckvbwr.html#x3
  1420.   78. http://www.columbia.edu/kermit/ckvbwr.html#x1
  1421.   79. http://www.columbia.edu/kermit/ckvbwr.html#x2.1
  1422.   80. http://www.columbia.edu/kermit/ckvbwr.html#x2.2
  1423.   81. http://www.columbia.edu/kermit/ckvbwr.html#x2.3
  1424.   82. http://www.columbia.edu/kermit/ckermit.html
  1425.   83. http://www.columbia.edu/kermit/index.html
  1426.   84. http://www.columbia.edu/kermit/ckvbwr.html#top
  1427.   85. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1428.   86. http://www.columbia.edu/kermit/ckvbwr.html#x2
  1429.   87. http://www.columbia.edu/kermit/ckvbwr.html#x2.2
  1430.   88. http://www.columbia.edu/kermit/ckermit.html
  1431.   89. http://www.columbia.edu/kermit/index.html
  1432.   90. http://www.columbia.edu/kermit/ckvbwr.html#top
  1433.   91. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1434.   92. http://www.columbia.edu/kermit/ckvbwr.html#x2
  1435.   93. http://www.columbia.edu/kermit/ckvbwr.html#x2.3
  1436.   94. http://www.columbia.edu/kermit/ckvbwr.html#x2.1
  1437.   95. mailto:kellyd@airmoon.epa.nsw.gov.au
  1438.   96. http://www.columbia.edu/kermit/ckermit.html
  1439.   97. http://www.columbia.edu/kermit/index.html
  1440.   98. http://www.columbia.edu/kermit/ckvbwr.html#top
  1441.   99. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1442.  100. http://www.columbia.edu/kermit/ckvbwr.html#x2
  1443.  101. http://www.columbia.edu/kermit/ckvbwr.html#x2.2
  1444.  102. http://www.columbia.edu/kermit/ckvbwr.html#x2.2
  1445.  103. http://www.columbia.edu/kermit/ckermit.html
  1446.  104. http://www.columbia.edu/kermit/index.html
  1447.  105. http://www.columbia.edu/kermit/ckvbwr.html#top
  1448.  106. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1449.  107. http://www.columbia.edu/kermit/ckvbwr.html#x4
  1450.  108. http://www.columbia.edu/kermit/ckvbwr.html#x2
  1451.  109. http://www.columbia.edu/kermit/ckvbwr.html#x3.1
  1452.  110. http://www.columbia.edu/kermit/ckvbwr.html#x3.2
  1453.  111. http://www.columbia.edu/kermit/ckvins.html#x6
  1454.  112. http://www.columbia.edu/kermit/ckvins.html
  1455.  113. http://www.tmesis.com/modem/
  1456.  114. http://www.columbia.edu/kermit/ckvbwr.html#top
  1457.  115. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1458.  116. http://www.columbia.edu/kermit/ckvbwr.html#x3
  1459.  117. http://www.columbia.edu/kermit/ckvbwr.html#x3.2
  1460.  118. http://www.columbia.edu/kermit/ckvbwr.html#x3.1.1
  1461.  119. http://www.columbia.edu/kermit/ckvbwr.html#x3.1.2
  1462.  120. http://www.columbia.edu/kermit/ckvbwr.html#x3.1.3
  1463.  121. http://www.columbia.edu/kermit/ckvbwr.html#x3.1.4
  1464.  122. http://www.columbia.edu/kermit/ckvbwr.html#x3.1.5
  1465.  123. http://www.columbia.edu/kermit/ckvbwr.html#x3.1.6
  1466.  124. http://www.columbia.edu/kermit/ckvbwr.html#x3.1.4.1
  1467.  125. http://www.columbia.edu/kermit/ckvbwr.html#x3.1.4.2
  1468.  126. http://www.columbia.edu/kermit/ckvbwr.html#x3.1.4.3
  1469.  127. http://www.columbia.edu/kermit/ckvbwr.html#x3.1.4.4
  1470.  128. http://www.openvms.compaq.com/wizard
  1471.  129. http://www.columbia.edu/kermit/ckvins.html
  1472.  130. http://www.columbia.edu/kermit/ckvbwr.html#x6
  1473.  131. http://www.columbia.edu/kermit/ckvins.html
  1474.  132. http://www.columbia.edu/kermit/ckermit.html
  1475.  133. http://www.columbia.edu/kermit/index.html
  1476.  134. http://www.columbia.edu/kermit/ckvbwr.html#top
  1477.  135. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1478.  136. http://www.columbia.edu/kermit/ckvbwr.html#x3
  1479.  137. http://www.columbia.edu/kermit/ckvbwr.html#x3.1
  1480.  138. http://www.columbia.edu/kermit/ckvbwr.html#x3.2.1
  1481.  139. http://www.columbia.edu/kermit/ckvbwr.html#x3.2.2
  1482.  140. http://www.columbia.edu/kermit/ckvins.html
  1483.  141. http://www.columbia.edu/kermit/ckermit.html
  1484.  142. http://www.columbia.edu/kermit/index.html
  1485.  143. http://www.columbia.edu/kermit/ckvbwr.html#top
  1486.  144. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1487.  145. http://www.columbia.edu/kermit/ckvbwr.html#x5
  1488.  146. http://www.columbia.edu/kermit/ckvbwr.html#x3
  1489.  147. http://www.columbia.edu/kermit/ckvins.html
  1490.  148. http://www.columbia.edu/kermit/ckermit.html
  1491.  149. http://www.columbia.edu/kermit/index.html
  1492.  150. http://www.columbia.edu/kermit/ckvbwr.html#top
  1493.  151. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1494.  152. http://www.columbia.edu/kermit/ckvbwr.html#x6
  1495.  153. http://www.columbia.edu/kermit/ckvbwr.html#x4
  1496.  154. http://www.columbia.edu/kermit/ckermit.html
  1497.  155. http://www.columbia.edu/kermit/index.html
  1498.  156. http://www.columbia.edu/kermit/ckvbwr.html#top
  1499.  157. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1500.  158. http://www.columbia.edu/kermit/ckvbwr.html#x7
  1501.  159. http://www.columbia.edu/kermit/ckvbwr.html#x5
  1502.  160. http://www.columbia.edu/kermit/ckvbwr.html#x6.1
  1503.  161. http://www.columbia.edu/kermit/ckvbwr.html#x6.2
  1504.  162. http://www.columbia.edu/kermit/ckvbwr.html#x6.3
  1505.  163. http://www.columbia.edu/kermit/ckvbwr.html#x6.4
  1506.  164. http://www.columbia.edu/kermit/ckvbwr.html#x6.5
  1507.  165. http://www.columbia.edu/kermit/ckvbwr.html#x6.6
  1508.  166. http://www.columbia.edu/kermit/ckermit.html
  1509.  167. http://www.columbia.edu/kermit/index.html
  1510.  168. http://www.columbia.edu/kermit/ckvbwr.html#top
  1511.  169. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1512.  170. http://www.columbia.edu/kermit/ckvbwr.html#x6
  1513.  171. http://www.columbia.edu/kermit/ckvbwr.html#x6.2
  1514.  172. http://www.columbia.edu/kermit/ckmanual.html
  1515.  173. http://www.columbia.edu/kermit/ckmanual.html
  1516.  174. http://www.columbia.edu/kermit/ckermit.html
  1517.  175. http://www.columbia.edu/kermit/index.html
  1518.  176. http://www.columbia.edu/kermit/ckvbwr.html#top
  1519.  177. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1520.  178. http://www.columbia.edu/kermit/ckvbwr.html#x6
  1521.  179. http://www.columbia.edu/kermit/ckvbwr.html#x6.3
  1522.  180. http://www.columbia.edu/kermit/ckvbwr.html#x6.1
  1523.  181. http://www.columbia.edu/kermit/ckermit.html
  1524.  182. http://www.columbia.edu/kermit/index.html
  1525.  183. http://www.columbia.edu/kermit/ckvbwr.html#top
  1526.  184. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1527.  185. http://www.columbia.edu/kermit/ckvbwr.html#x6
  1528.  186. http://www.columbia.edu/kermit/ckvbwr.html#x6.4
  1529.  187. http://www.columbia.edu/kermit/ckvbwr.html#x6.2
  1530.  188. http://www.columbia.edu/kermit/ckermit.html
  1531.  189. http://www.columbia.edu/kermit/index.html
  1532.  190. http://www.columbia.edu/kermit/ckvbwr.html#top
  1533.  191. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1534.  192. http://www.columbia.edu/kermit/ckvbwr.html#x6
  1535.  193. http://www.columbia.edu/kermit/ckvbwr.html#x6.5
  1536.  194. http://www.columbia.edu/kermit/ckvbwr.html#x6.3
  1537.  195. http://www.columbia.edu/kermit/ckermit.html
  1538.  196. http://www.columbia.edu/kermit/index.html
  1539.  197. http://www.columbia.edu/kermit/ckvbwr.html#top
  1540.  198. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1541.  199. http://www.columbia.edu/kermit/ckvbwr.html#x6
  1542.  200. http://www.columbia.edu/kermit/ckvbwr.html#x6.6
  1543.  201. http://www.columbia.edu/kermit/ckvbwr.html#x6.4
  1544.  202. http://www.columbia.edu/kermit/ckermit.html
  1545.  203. http://www.columbia.edu/kermit/index.html
  1546.  204. http://www.columbia.edu/kermit/ckvbwr.html#top
  1547.  205. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1548.  206. http://www.columbia.edu/kermit/ckvbwr.html#x6
  1549.  207. http://www.columbia.edu/kermit/ckvbwr.html#x6.5
  1550.  208. http://www.columbia.edu/kermit/ckermit.html
  1551.  209. http://www.columbia.edu/kermit/index.html
  1552.  210. http://www.columbia.edu/kermit/ckvbwr.html#top
  1553.  211. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1554.  212. http://www.columbia.edu/kermit/ckvbwr.html#x2
  1555.  213. http://www.columbia.edu/kermit/ckvbwr.html#top
  1556.  214. http://www.columbia.edu/kermit/ckvbwr.html#contents
  1557.  215. http://www.columbia.edu/kermit/ckermit.html
  1558.  216. http://www.columbia.edu/kermit/index.html
  1559.