home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / ckl197.zip / ckcbwr.txt < prev    next >
Text File  |  2000-02-27  |  58KB  |  1,200 lines

  1. CKCBWR.TXT           "Beware File" for C-Kermit Version 7.0        -*- text -*-
  2.  
  3. As of C-Kermit version:  7.0.197
  4. This file last updated:  8 February 2000
  5.  
  6. Authors: Frank da Cruz and Christine M. Gianone, Columbia University.
  7.  
  8.   Copyright (C) 1985, 2000,
  9.     Trustees of Columbia University in the City of New York.
  10.     All rights reserved.  See the C-Kermit COPYING.TXT file or the
  11.     copyright text in the ckcmai.c module for disclaimer and permissions.
  12.  
  13. Report problems, suggestions, fixes, etc, to:
  14.  
  15.   The Kermit Project
  16.   Columbia University
  17.   612 West 115th Street
  18.   New York NY 10025-7799
  19.   USA
  20.   Email: kermit-support@columbia.edu
  21.   Web:   http://www.columbia.edu/kermit/
  22.   News:  comp.protocols.kermit.misc
  23.  
  24.  
  25. DOCUMENTATION
  26.  
  27.   Frank da Cruz and Christine M. Gianone, "Using C-Kermit", Second Edition,
  28.   1997, Digital Press / Butterworth-Heinemann, Woburn, MA, ISBN 1-55558-164-1
  29.   US single-copy price: $44.95; quantity discounts available.  Available in
  30.   computer bookstores or directly from Columbia University:
  31.  
  32.     The Kermit Project
  33.     Columbia University
  34.     612 West 115th Street
  35.     New York NY  10025-7799  USA
  36.     Telephone: +1 (212) 854-3703
  37.     Email: kermit-orders@columbia.edu
  38.     Web: http://www.columbia.edu/kermit/
  39.  
  40.   The CKERMIT2.TXT file contains supplementary info for C-Kermit 7.0 to be
  41.   used until the 3rd edition of the manual is ready.
  42.  
  43.  
  44. WHAT IS IN THIS FILE
  45.  
  46. This is the "beware file" for C-Kermit.  It contains hints and tips,
  47. frequently asked questions (and answers), troubleshooting advice, limitations
  48. and restrictions, known bugs, etc, that apply to all C-Kermit variations.
  49. This file is supplemented by a platform-specific "beware file" for each major
  50. system where C-Kermit runs:
  51.  
  52.   ckubwr.txt - All variations of UNIX: Linux, HP-UX, AIX, SCO, Solaris, etc.
  53.   ckvbwr.txt - Compaq / Digital Equipment Corporation VMS and OpenVMS
  54.   cklbwr.txt - Stratus VOS
  55.   ckdbwr.txt - Data General AOS/VS
  56.   ckmbwr.txt - Apple Macintosh
  57.   ckibwr.txt - Commodore Amiga
  58.   cksbwr.txt - Atari ST
  59.   ck9bwr.txt - Microware OS-9
  60.   ckpbwr.txt - Bell Labs Plan 9
  61.  
  62. This file contains the following sections:
  63.  
  64.    (0) BUGS DISCOVERED SINCE C-KERMIT 7.0 WAS RELEASED
  65.    (1) INCOMPATIBLE CHANGES
  66.    (2) THE C-KERMIT COMMAND PARSER
  67.    (3) MULTIPLE SESSIONS
  68.    (4) NETWORK COMMUNICATION
  69.    (5) THE SERVICES DIRECTORY
  70.    (6) MODEMS AND DIALING
  71.    (7) DIALING HINTS AND TIPS
  72.    (8) TERMINAL SERVERS
  73.    (9) TERMINAL EMULATION
  74.   (10) KEY MAPPING
  75.   (11) THE TRANSMIT COMMAND
  76.   (12) FILE TRANSFER
  77.   (13) SCRIPT PROGRAMMING
  78.  
  79.  
  80. (0) BUGS DISCOVERED SINCE C-KERMIT 7.0 WAS RELEASED
  81.  
  82. The following bugs are known but not yet fixed:
  83.  
  84.  1. If you try:
  85.  
  86.       kermit -g <file>
  87.  
  88.     where file does not exist in the client directory it returns the error:
  89.  
  90.       FAILURE: No filespec given!
  91.  
  92.     instead of:
  93.  
  94.       FAILURE: <file> does not exist.
  95.  
  96.  2. True ISO 8601 date-time format is not supported: yyyymmddThhmmss
  97.     or yyyymmdd hhmmss.  Kermit supports yyyymmdd_hh:mm:ss.
  98.  
  99.  3. Log into IKSD
  100.     GET file1 newname
  101.     Switch to the client's command prompt
  102.     SEND file2
  103.     file2 will be stored on IKSD as newname
  104.  
  105.  4. The new built-in LOGIN command will conflict with any existing LOGIN
  106.     macros.  This is always the case with new commands, but LOGIN is an
  107.     especially likely name for a macro.  To work around, either rename your
  108.     LOGIN macro to something else, or else invoke it with "do login <args>".
  109.  
  110.  5. If a Hayes-command-set modem has "reset on DTR loss" set (&D3) and
  111.     the modem prints OK upon reset, even when the reset happened because
  112.     of DTR loss, Kermit can become mighty confused, especially after a
  113.     HANGUP command.  Elsa MicroLink modems (a German brand) has this
  114.     peculiarity.  The Kermit bug is that the HANGUP command will drop DTR
  115.     even if you SET MODEM HANGUP-METHOD MODEM-COMMAND, *if* the modem
  116.     command fails.  C-Kermit has always operated this way on the assumption
  117.     that if the user says to HANGUP, the user means it.  However, in this
  118.     case, dropping DTR produces the unexpected OK response, and then all
  119.     future dialog is out of sync.  There is no way for the user to tell 
  120.     C-Kermit NOT to drop DTR under these circumstances.  This will be
  121.     fixed in the next release.
  122.  
  123.  6. (Not a bug.)  All RENAME operations are performed using the underlying
  124.     system services for renaming a file.  If the underlying system service
  125.     does not allow files to be renamed across disks, these operations fail.
  126.     This includes the RENAME command and SEND, RECEIVE, or GET /MOVE-TO.  This
  127.     might not be clear enough in the documentation.  Note that in UNIX, there
  128.     is no obvious way for a user to tell whether two directories are on the
  129.     same disk.
  130.  
  131.  7. Various typos and syntax errors in the makefile and source file.  The
  132.     most serious error prevented any and all SCO OSR5 builds from working.
  133.     All these are fixed in C-Kermit 7.0.197, which simply allows builds to
  134.     succeed that didn't in 7.0.196, but which makes no functional changes.
  135.  
  136.  8. Modem signal detection does not work in SCO OSR5 and Unixware 7.
  137.  
  138.  9. The new SHIFT command does not decrement \v(argc) if it is used within
  139.     an IF { } or ELSE { } block.
  140.  
  141. 10. The -b command-line option has no effect if given before -l (the order
  142.     of command-line options should not matter; however the current situation
  143.     has always been the case).
  144.  
  145. 11. When C-Kermit translates from (say) Latin-1 to UTF-8, it does not convert
  146.     the C1 bytes.
  147.  
  148. 12. If you TAKE <file> <arg1> <arg2> -- i.e. specify args, then the same args
  149.     remain in effect for the next TAKE command.  This is not really a bug,
  150.     since it's documented, but it's not optimal either, and probably will be
  151.     changed in the next release, so don't depend on this behavior.  In the
  152.     meantime, work around by UNDEF'ing \%1, \%2, ... after any TAKE command
  153.     that includes arguments.
  154.  
  155. 13. The HEBREW7 translation table has a typo.
  156.  
  157. 14. SET TRANSFER CHARACTER-SET TRANSPARENT sets up a garbage translation.
  158.     Workaround: give a SET FILE CHARACTER-SET command afterwards. 
  159.  
  160. 15. Automatic text/binary mode switching via filename patterns should ignore
  161.     pathname prefixes and backup suffixes, but does not.
  162.  
  163.  
  164. (1) INCOMPATIBLE CHANGES
  165.  
  166. These are not necessarily exhaustive lists.
  167.  
  168. The following incompatible changes were made in C-Kermit 6.0:
  169.  
  170.  . Unless you tell C-Kermit otherwise, if a serial or network connection
  171.    seems to be open, and you attempt to EXIT or to SET LINE or SET HOST or
  172.    TELNET, C-Kermit warns you that an active connection appears to be open
  173.    and asks you if you really want to close it.  If you do not want these
  174.    warnings, add SET EXIT WARNING OFF to your customization file.
  175.  
  176.  . The default for SET { SEND, RECEIVE } PATHNAMES was changed from ON
  177.    to OFF, to prevent unexpected creation of directories and depositing of
  178.    incoming files in places you might not know to look.
  179.  
  180.  . The default for SET FILE INCOMPLETE was changed from DISCARD to KEEP to
  181.    allow for file transfer recovery.
  182.  
  183.  . The default file-transfer block-check is now 3, rather than 1.  If the
  184.    other Kermit does not support this, the two will drop back to type 1
  185.    automatically.
  186.  
  187.  . The default flow-control is now "auto" ("do the right thing"), not Xon/Xoff.
  188.  
  189.  . Backslash (\) is no longer a command continuation character.  Only -
  190.    (hyphen, dash) may be used for this in C-Kermit 6.0 and later.
  191.  
  192.  . Negative INPUT timeout now results in infinite wait, rather than 1 second.
  193.  
  194. And in version 6.1:
  195.  
  196.  . The "multiline GET" command is gone.  Now use:
  197.  
  198.      get <remote-name> <local-name>
  199.  
  200.    or:
  201.  
  202.      get /as-name:<local-name> <remote-name>
  203.  
  204.    If either name contains spaces, enclose it in braces.
  205.  
  206.  . To request list of files from the server, you must now use MGET rather
  207.    than GET:
  208.  
  209.       mget file1 file2 file3 ...
  210.  
  211. See ckermit2.txt Section 0 for additional items and further detail.
  212.  
  213.  
  214. (2) THE C-KERMIT COMMAND PARSER
  215.  
  216. When using the command-line processor ("kermit -l /dev/tty00 -b 19200", etc),
  217. note that in some cases the order of the command-line options makes a
  218. difference, contrary to the expectation that order of command-line options
  219. should not matter.  For example, the -b option must be given after the -l
  220. option if it is to have any effect.
  221.  
  222. In the interactive command parser:
  223.  
  224.  . VMS-style command editing (arrow keys, etc) is not supported.
  225.  . EMACS- or VI-style command line editing is not supported.
  226.  . Editing keys are hardwired (Ctrl-U, Ctrl-W, etc).
  227.  
  228. If you interrupt C-Kermit before it has issued its first prompt, it will exit.
  229. This means that you cannot interrupt execution of the initialization file, or
  230. of an "application file" (file whose name is given as the first command-line
  231. argument), or of an alternative initialization file ("-y filename"), and get
  232. to the prompt.  There is, however, one exception to this rule: you *can*
  233. interrupt commands -- including TAKE commands -- given in the '-C "command
  234. list"' command-line argument and -- if there were no action commands among the
  235. command-line arguments -- you will be returned to the C-Kermit prompt.  So,
  236. for example, if you want to start C-Kermit in such a way that it executes a
  237. command file before issuing its first prompt, and you also want to be able to
  238. interrupt the command file and get to the prompt, include a TAKE command for
  239. the desired command in the -C argument, for example:
  240.  
  241.    kermit -C "take dial.scr"
  242.  
  243. If you use the backslash (\) prefix to enter a control character, space, or
  244. question mark into a command literally, the backslash disappears and is
  245. replaced by the quoted character.  If it was a control character, it is shown
  246. as a circumflex (^).  This allows editing (backspace, delete, Ctrl-W) to work
  247. correctly even for control characters.
  248.  
  249. The only way to include a comma literally in a macro definition -- as opposed
  250. to having it separate commands within the definition -- is to enter its ASCII
  251. value (44) in backslash notation, e.g.:
  252.  
  253.   DEFINE ROWS MODE CO80\{44}\%1
  254.  
  255. If you quote special characters in a filename (e.g. in the SEND command),
  256. filename completion may seem to work incorrectly.  For example, if you have a
  257. file whose name is a*b (the name really contains an asterisk), and you type
  258. "send a\\*<ESC>", the "b" will not appear, nor will Ctrl-R redisplay the
  259. completed name correctly.  But internally the file name is recognized anyway.
  260.  
  261. Question-mark help does not work during execution of an ASKQ command.  The
  262. question marks are simply accepted as text.
  263.  
  264. The maximum length for a variable name is between 256 and 4096 characters,
  265. depending on the platform; for array declarations and references, that
  266. includes the subscript.
  267.                                                      Sample
  268. Some other maximums to watch out for:      Symbol    Value Defined in
  269.  
  270.  Nesting level for command files:           MAXTAKE      30  ckuusr.h
  271.  Nesting level for macros:                  MACLEVEL     50  ckuusr.h
  272.  Nesting level for FOR / WHILE loops:       FORDEPTH     10  ckuusr.h
  273.  Number of macros:                          MAC_MAX     256  ckuusr.h
  274.  Size of INPUT buffer:                      INPBUFSIZ   256  ckuusr.h
  275.  Maximum files to match a wildcard:         MAXWLD   varies  ck?fio.c
  276.  Filespecs in MSEND command:                MSENDMAX    100  ckuusr.h
  277.  Length of MSEND or GET string:             FSPECL      300  ckuusr.h
  278.  Length for GOTO target label:              LBLSIZ       50  ckuusr.h
  279.  Number of characters in a command:         CMDBL      1024  ckucmd.h
  280.  Number of chars in a field of a command:   ATMBL       256  ckucmd.h
  281.  \fexecute() recursion depth limit:         CMDDEP       20  ckucmd.h
  282.  
  283. The actual values of most of these items can vary with version and
  284. configuration, and are listed by SHOW FEATURES.
  285.  
  286. ASK and ASKQ strip leading and trailing spaces from what the user types.  This
  287. happens way down deep in the command parser -- it's nothing special about ASK
  288. and friends.  The only way around this that works in both C-Kermit and MS-DOS
  289. Kermit is for the user (the one who is responding to the ASK prompt) to type
  290. (the first) leading space as "\32" and the (final) trailing space as "\32".
  291. In this example, the password begins with 2 leading blanks and ends with two
  292. trailing blanks, and "Passwd:" is the ASK prompt:
  293.  
  294.  Passwd:\32 secret \32
  295.  
  296. Of course, the user could also type *all* blanks as \32.
  297.  
  298. In OUTPUT commands only, \B and \\B send a BREAK signal, and \L and \\L send a
  299. Long BREAK signal, and \N and \\N send a NUL (ASCII 0).  BREAK and Long BREAK
  300. are special signals, not characters, and NUL is a character that normally
  301. cannot be included in a C string, since it is the C string terminator.
  302.  
  303. If you really want to output a backslash followed by a B, an L, or an N (as is
  304. needed to configure certain modems, etc), use "output \\B".
  305.  
  306. In C-Kermit 6.1 or later, you can disarm and re-arm the special OUTPUT-command
  307. escapes (\B, \L, and \N) with SET OUTPUT SPECIAL-ESCAPES { OFF, ON }.
  308.  
  309.  
  310. (3) MULTIPLE SESSIONS
  311.  
  312. C-Kermit does not support multiple sessions.  When you SET LINE (or SET PORT,
  313. same thing) to a new device, or SET HOST to a new host, the previous SET LINE
  314. device or network host connection is closed, resulting in hangup of the modem
  315. or termination of the network connection.  In windowing environments like
  316. HP-VUE, NeXTSTEP, OS/2, etc, you can run separate copies of Kermit in different
  317. windows to achieve multiple sessions.
  318.  
  319. To achieve multiple sessions through a single serial port (e.g. when dialing
  320. up), you can install SLIP or PPP on your computer and then use C-Kermit's
  321. TCP/IP support over the SLIP or PPP connection, assuming you also have
  322. TCP/IP networking installed on your computer.
  323.  
  324. On UNIX systems that support the "term" program, you can establish a
  325. connection to another UNIX system with C-Kermit and then achieve multiple
  326. sessions using "term" client programs like trsh (see ckubwr.txt and the term
  327. documentation for details).
  328.  
  329.  
  330. (4) NETWORK COMMUNICATION
  331.  
  332. The most frequently asked question in many newsgroups is "Why does it take
  333. such a loooong time to make a telnet connection to (or from) my (e.g.) Linux
  334. PC?" (this applies to C-Kermit or to regular Telnet).  This question has
  335. two answers, one of them specific to C-Kermit 7.0:
  336.  
  337.  1. Most telnet servers nowadays perform reverse DNS lookups on the client
  338.     (for security and/or logging reasons).  If the Telnet client cannot be
  339.     found by the local DNS server, the DNS request goes out to the Internet at
  340.     large, and this can take quite some time.  The solution to this problem is
  341.     to make sure that both client and host are registered in DNS.
  342.  
  343.  2. C-Kermit 7.0 strictly enforces Telnet protocol rules.  One such rule is
  344.     that all negotiations must be responded to.  If C-Kermit sends a
  345.     negotiation and the host does not respond, C-Kermit will wait a long time
  346.     for the reply (in case the network is congested or the host is slow), but
  347.     eventually will time out.  To eliminate the waits (and therefore risk
  348.     possible protocol mismatches -- or worse --  between Telnet client and
  349.     server), tell C-Kermit to SET TELNET WAIT OFF (or include the /NOWAIT
  350.     switch with the TELNET command).
  351.  
  352. C-Kermit itself performs reverse DNS lookups unless you tell it not to.  This
  353. is to allow C-Kermit to let you know which host it is actually connected to
  354. in case you have made a connection to a "host pool" (multihomed host).  You
  355. can disable C-Kermit's reverse DNS lookup with SET TCP REVERSE-DNS-LOOKUP OFF.
  356.  
  357. In multiuser operating systems such as UNIX and VMS, TCP/IP RLOGIN connections
  358. are available only to privileged users, since "login" is a privileged socket.
  359. And assuming you are allowed to use it in the first place, it is likely to
  360. behave differently depending on what type of host you are rlogging in to, due
  361. to technical reasons having to do with conflicting interpretations of RFC793
  362. (Out-Of-Band Data) and Rlogin (RFC1122)...  "Specifically, the TCP urgent
  363. pointer in BSD points to the byte after the urgent data byte, and an
  364. RFC-compliant TCP urgent pointer points to the urgent data byte. As a result,
  365. if an application sends urgent data from a BSD-compatible implementation to an
  366. RFC-1122 compatible implementation then the receiver will read the wrong
  367. urgent data byte (it will read the byte located after the correct byte in the
  368. data stream as the urgent data byte)."  Rlogin requires the use of OOB data
  369. while Telnet does not.  Therefore, it is possible for Telnet to work between
  370. all systems while BSD and System V TCP/IP implementation are almost always a
  371. bad mix.
  372.  
  373. On a TCP/IP TELNET connection, you should normally have PARITY set to NONE and
  374. (except in VMS C-Kermit) FLOW-CONTROL also set to NONE.  If file transfer does
  375. not work with these settings (for example, because the remote TELNET server
  376. only gives a 7-bit data path), use SET PARITY SPACE.  Do not use SET PARITY
  377. MARK, EVEN, or ODD on a TELNET connection -- it interferes with TELNET
  378. protocol.
  379.  
  380. If echoing does not work right after connecting to a network host or after
  381. dialing through a TCP/IP modem server, it probably means that the TELNET
  382. server on the far end of the connection is executing the TELNET protocol
  383. incorrectly.  After initially connecting and discovering incorrect echoing
  384. (characters are echoed twice, or not at all), escape back, give the
  385. appropriate SET DUPLEX command (FULL or HALF), and then CONNECT again.
  386. For a consistently misbehaving connection, you can automate this process in
  387. a macro or TAKE file.
  388.  
  389. TELNET sessions are treated just like serial communications sessions as far as
  390. "terminal bytesize" and "command bytesize" are concerned.  If you need to view
  391. and/or enter 8-bit characters during a TELNET session, you must tell C-Kermit
  392. to SET TERMINAL BYTESIZE 8, SET COMMAND BYTESIZE 8, and SET PARITY NONE.
  393.  
  394. If you SET TERMINAL DEBUG ON or SET DEBUG SESSION (same thing), TELNET
  395. protocol negotiations will be displayed on your screen.  But most of the
  396. interesting negotiations happen at the time the SET HOST or TELNET command
  397. is given, before CONNECT mode is entered, so you won't see them on your
  398. screen.  However, you can still capture them in the debug log ("log debug").
  399.  
  400. C-Kermit version 6.0 has a new set of SET TCP commands, to control TCP-level
  401. parameters, such as "keepalive" protocol (that allows C-Kermit to detect
  402. more quickly and reliably when a connection is broken).  Use SHOW NET to see
  403. their values and SET TCP to change them.
  404.  
  405.  
  406. (5) THE SERVICES DIRECTORY
  407.  
  408. Is explained fully in "Using C-Kermit", 2nd Edition, Chapter 7.
  409.  
  410.  
  411. (6) MODEMS AND DIALING
  412.  
  413. Warning: Some phone companies are eliminating the busy signal.  Instead,
  414. they issue a voice message such as "press 1 to automatically redial until
  415. the number answers, or...".  Obviously this is a disaster for modem calls.
  416. If your service has this feature, there's nothing Kermit can do about it.
  417. Your modem will respond with NO CARRIER rather than BUSY, and Kermit will
  418. declare the call a failure, rather than trying to redial the same number.
  419.  
  420. The list of modem types supported by C-Kermit is obtained by typing:
  421.  
  422.   set modem type ?
  423.  
  424. at the C-Kermit> prompt.  Note that the ITU-T (V.25bis) modem type is
  425. supported only in asynchronous mode, not synchronous (HDLC) mode -- there is
  426. no support in C-Kermit for synchronous communication (except for SET NET X.25,
  427. which is only available on certain platforms).
  428.  
  429. If a built-in modem type doesn't work for you, and the modem is a modern
  430. high-speed (data compressing, error correcting) modem that uses the Hayes AT
  431. command set, try:
  432.  
  433.   SET MODEM TYPE GENERIC-HIGH-SPEED
  434.  
  435. Modems can be used by C-Kermit only when they are visible as or through a
  436. regular serial port device.  Note that certain modems can not be used in this
  437. normal way on many kinds of computers: Winmodems, RPI modems, Controllerless
  438. modems, the IBM Mwave, etc; all of these require special drivers that perform
  439. some, most, or all of the modem's functions in software.  Such drivers are
  440. generally NOT available in UNIX or other non-Windows (or non-OS/2, in the case
  441. of the Mwave) platforms.
  442.  
  443. An important change in C-Kermit 6.0 is that when you give a SET MODEM TYPE
  444. command to tell Kermit what kind of modem you have, Kermit also sets a number
  445. of other modem-related parameters automatically from its internal modem
  446. database.  Thus, the order in which you give modem-related commands is
  447. significant, whereas in prior releases they could be given in any order.
  448.  
  449. In particular, MODEM SPEED-MATCHING is set according to whether the modem
  450. is known to be capable of speed buffering.  SET MODEM TYPE HAYES-2400
  451. automatically turns SPEED-MATCHING ON, because when the Hayes 2400 reports
  452. a particular speed in its CONNECT message, that means its interface speed
  453. has changed to that speed, and C-Kermit's must change accordingly if it is
  454. to continue communicating.  This might cause some confusion if you use
  455. "set modem type hayes" for dialing a more advanced type of modem.
  456.  
  457. The new default for flow control is "auto", meaning "do the right thing".
  458. So (for example) if your version of C-Kermit supports SET FLOW RTS/CTS and
  459. your modem also supports RTS/CTS, then Kermit will automatically set its
  460. flow control to RTS/CTS *and* set modem's flow control to RTS/CTS too before
  461. attempting to use the modem.
  462.  
  463. For this reason, don't assume that "set modem type hayes" should be used for
  464. any modem that uses the Hayes AT command set.  "set modem type hayes" really
  465. does mean Hayes 1200 or 2400, which in turn means no hardware flow control,
  466. and no speed buffering.  This choice will rarely work with a modern high-speed
  467. modem.
  468.  
  469.  
  470. (7) DIALING HINTS AND TIPS
  471.  
  472. If you want to dial a number that starts with #, you'll need to quote the
  473. "#" character (as \# or \{35}), since it is also a comment introducer:
  474.  
  475.   C-Kermit>dial #98765421-1-212-5551212   ; Looks like a comment
  476.   ?You must specify a number to dial
  477.   C-Kermit>dial \#98765421-1-212-5551212  ; Works OK
  478.  
  479. When using a dialing directory, remember what happens if a name is not found:
  480.  
  481.   C-Kermit>dial xyzcorp
  482.   Lookup: "xyzcorp" - not found - dialing as given
  483.  
  484. This normally does no harm, but some modems might behave strangely when given
  485. dial strings that contain certain letters.  For example, a certain German
  486. modem treats any dial string that contains the letter "s" as a command to
  487. fetch a number from its internal list, and replies OK to the ATD command,
  488. which is normally not a valid response except for partial dialing.  To avoid
  489. this situation, use:
  490.  
  491.   lookup xyzcorp
  492.   if success dial
  493.  
  494. Remember: In many C-Kermit implementations (depending on the underlying
  495. operating system -- mostly Windows, OS/2, and System-V-based UNIX versions,
  496. and in C-Kermit 6.1, also VMS), you can't CONNECT to a modem and type the
  497. modem's dialing command (like "ATDT7654321") manually, unless you first tell
  498. C-Kermit to:
  499.  
  500.   SET CARRIER-WATCH OFF
  501.  
  502. This is because (in these implementations), the CONNECT command requires the
  503. modem's Carrier Detect (CD) signal to be on, but the CD signal doesn't come on
  504. until after dialing is complete.  This requirement is what allows C-Kermit to
  505. pop back to its prompt automatically when the connection is hung up.  See the
  506. description of SET CARRIER-WATCH in "Using C-Kermit".
  507.  
  508. Similarly, if your dialed connection drops when CARRIER-WATCH is set to AUTO
  509. or ON, you can't CONNECT back to the (now disconnected) screen to see what
  510. might have happened unless you first SET CARRIER-WATCH OFF.
  511.  
  512. Don't SET FLOW RTS/CTS if your modem is turned off, or if it is not presenting
  513. the CTS signal.  Otherwise, the serial device driver might get stuck waiting
  514. for this signal to appear.
  515.  
  516. The HANGUP command has no effect when C-Kermit is in remote mode.  This is
  517. on purpose.  If C-Kermit could hang up its own controlling terminal, this
  518. would (a) most likely leave behind zombie processes, and (b) pose a security
  519. risk.
  520.  
  521. If you have a high-speed, error-correcting, data-compressing, speed-buffering
  522. modem, you should fix the modem's interface speed as high as possible,
  523. preferably (at least) four times higher than its maximum connection
  524. (modulation) speed to allow compression to work at full advantage.  In this
  525. type of setup, you must also have an effective means of flow control enabled
  526. between C-Kermit and the modem, preferably hardware (RTS/CTS) flow control.
  527. On platforms that do not support hardware flow control, it is usually possible
  528. to select software flow control (Xon/Xoff), and C-Kermit will do its best to
  529. set the modem for local Xon/Xoff flow control too (but then, of course,
  530. Ctrl-S and Ctrl-Q characters can not be transmitted on the connection).
  531.  
  532. C-Kermit knows about a large number of modems, depending on how it was built
  533. (type "set modem type ?" and "show features" for further info).  This
  534. knowledge is imbedded in the SET MODEM and DIAL commands.  If you are having
  535. trouble dialing your modem, SET DIAL DISPLAY ON to watch the dialing
  536. interactions between C-Kermit and your modem.  Consult Chapters 3-4 of "Using
  537. C-Kermit" (2nd Ed) for modem-dialing troubleshooting instructions.
  538.  
  539. If it takes your call longer to be completed than the timeout interval that
  540. C-Kermit calculates, you can use the SET DIAL TIMEOUT command to override
  541. C-Kermit's value.  But beware: the modem has its own timeout for completing
  542. the call.  If it is a Hayes-like modem, C-Kermit adjusts the modem's value
  543. too by setting register S7.  But the maximum value for S7 might be smaller
  544. than the time you need!  In that case, C-Kermit sets S7 to 0, 255, or other
  545. (modem-specific) value to signify "no timeout".
  546.  
  547. WARNING: Certain modems might have a maximum dial timeout shorter than what
  548. Kermit expects it to be.  If Kermit attempts to set register S7 to a value
  549. higher than your modem's maximum, the modem will say "ERROR" and you will get
  550. a "Failure to initialize modem" error.  In that case, use SET DIAL TIMEOUT to
  551. override C-Kermit's calculation of the timeout value with the highest value
  552. that is legal for your modem, e.g. 60.
  553.  
  554. If you DIAL a modem, disconnect, then SET HOST or TELNET, and then HANGUP,
  555. Kermit sends the modem's hangup command, such as "+++ATHO".  There is no good
  556. way to avoid this, because this case can't reliably be distinguished from the
  557. case in which the user does SET HOST <terminal-server>, SET MODEM TYPE <name>,
  558. DIAL.  In both cases we have a valid modem type selected and we have a network
  559. connection.  If you want to DIAL and then later make a regular network
  560. connection, you will have to SET MODEM TYPE NONE or SET MODEM HANGUP RS232 to
  561. avoid this phenomenon.
  562.  
  563. The SET MODEM KERMIT-SPOOF command works only for Telebit and US Robotics
  564. modem types; it is OFF by default.  You may wish to experiment with large
  565. packets (1K or greater) and various window sizes with spoofing disabled in the
  566. modem.  In most situations the transfer rates achieved by Kermit with sliding
  567. windows and long packets are better than with protocol spoofing turned on.
  568. Also, attribute (A) packets are not passed by Telebit modems with spoofing
  569. enabled so if they are desired spoofing must be turned off.
  570.  
  571. Some modems have a feature called adaptive dialing.  When they are told to
  572. dial a number using Tone dialing, they check to make sure that dialtone has
  573. gone away after dialing the first digit.  If it has not, the modem assumes the
  574. phone line does not accept Tone dialing and so switches to Pulse.  When
  575. dialing out from a PBX, there is almost always a secondary dialtone.
  576. Typically you take the phone off-hook, get the PBX dialtone, dial "9" to get
  577. an outside line, and then get the phone company's dialtone.  In a situation
  578. like this, you need to tell the modem to expect the secondary dialtone.  On
  579. Hayes and compatible modems, this is done by putting a "W" in the dial string
  580. at the appropriate place.  For example, to dial 9 for an outside line, and
  581. then 7654321, use ATDT9W7654321.  In Kermit 95, this is accomplished with:
  582.  
  583.   SET PBX-OUTSIDE-PREFIX 9W
  584.  
  585. (replace "9" with whatever your PBX's outside-line prefix is).
  586.  
  587. DEC modems...  Reportedly, these don't work right when connected to a DEC
  588. terminal server -- result codes are never reported (on the other hand, this
  589. might be a modem configuration problem).  Dialing "by hand", "blind" still
  590. works.  Also, reportedly "For people who do have DEC modems directly connected
  591. to DEC computers the DF03, DF100-series, and DF200-series modem dialers should
  592. work.  The only thing that is not straightforward is that the DF124-CA,
  593. DF124-CM modems must use the DF200-series since they speak Digital Modem
  594. Command Language (DMCL) and AT commands.  The Digital Scholar Plus is a DF242
  595. so it uses the DF200-series."
  596.  
  597. If C-Kermit's dialing methods are insufficient for your purposes, you can
  598. write a C-Kermit script program to do the dialing.
  599.  
  600. (7.1) DIALING AND FLOW CONTROL
  601.  
  602. Most modern modems support RTS/CTS (if they support any hardware flow control
  603. at all), but some computers use different RS-232 circuits for the same
  604. purposes, e.g. DTR and CD, or DTR and CTS.  In such cases, you might be able
  605. to make your computer work with your modem by appropriately cross-wiring the
  606. circuits in the cable connector, for example the computer's DTR to the modem's
  607. RTS, and modem's CD to the computer's CTS.  HOWEVER, C-Kermit does not know
  608. you have done this.  So if you have (say) SET FLOW DTR/CD, C-Kermit will make
  609. no attempt to tell the modem to use RTS/CTS.  You probably did this yourself
  610. when you configured the modem.
  611.  
  612. (7.2) ESCAPE SEQUENCE GUARD TIME
  613.  
  614. A "TIES" (Time-Independent Escape Sequence) modem does not require any guard
  615. time around its escape sequence.  The following text:
  616.  
  617. +++ATH0
  618.  
  619. if sent through a TIES modem, for example because you were uploading this
  620. file through it, could pop the modem back into command mode and make it hang
  621. up the connection.  Newer versions of the Telebit T1600 and T3000 (version
  622. LA3.01E firmware and later), and all WorldBlazers, use TIES.
  623.  
  624. Although the probability of "+++" appearing in a Kermit packet is markedly
  625. lower than with most other protocols (see the File Transfer section below), it
  626. can still happen under certain circumstances.  It can also happen when using
  627. C-Kermit's TRANSMIT command.  If you are using a Telebit TIES modem, you can
  628. change the modem's escape sequence to an otherwise little-used control
  629. character such as Ctrl-_ (Control-Underscore):
  630.  
  631.   AT S2=31
  632.  
  633. A sequence of three consecutive Ctrl-_ characters will not appear in a
  634. Kermit packet unless you go to extraordinary lengths to defeat more than a few
  635. of Kermit's built-in safety mechanisms.  And if you do this, then you should
  636. also turn off the modem's escape-sequence recognition altogether:
  637.  
  638.   AT S48=0 S2=255
  639.  
  640. But when escape sequence recognition is turned off, "modem hangup"
  641. (<pause>+++<pause>ATH0<CR>) will not work, so you should also be sure to SET
  642. DIAL MODEM-HANGUP OFF.
  643.  
  644.  
  645. (8) TERMINAL SERVERS
  646.  
  647. How to DIAL from a TCP/IP reverse terminal server (modem server):
  648.  
  649.  1. (only if necessary) SET TELNET ECHO REMOTE
  650.  2. SET HOST <terminal-server-ip-name-or-address> [ <port> ]
  651.  3. SET MODEM <modem-type>
  652.  4. (only if necessary) SET DIAL HANGUP OFF
  653.  5. DIAL <phone-number>
  654.  
  655. The order is important.
  656.  
  657. Watch out for terminal server's escape character -- usually a control
  658. character such as Ctrl-Circumflex (Ctrl-^).  Don't unprefix it in Kermit !
  659.  
  660. Ciscos -- must often be told to "terminal download"...  Cisco ASM models don't
  661. have hardware flow control in both directions.
  662.  
  663. Many terminal servers only give you a 7-bit connection, so if you can't make
  664. it 8-bit, tell Kermit to "set parity space".
  665.  
  666. The following story, regarding trouble transferring 8-bit files through a
  667. reverse terminal server, was contributed by an Annex terminal server user
  668. (begin quote):
  669.  
  670. Using C-Kermit on an HP 9000 712/80 running the HP-UX 10.0 operating system.
  671. The HP was connected to a Xylogics Annex MICRO-ELS-UX R7.1 8 port terminal
  672. server via ethernet.  On the second port of the terminal server is an AT&T
  673. Paradyne 3810 modem, which is connected to a telephone line.  There is a
  674. program which runs on the HP to establish a Telnet connection between a serial
  675. line on the Annex and a character special file on the HP (/dev file).  This is
  676. an Annex specific program called rtelnet (reverse telnet) and is provided with
  677. the terminal server software. The rtelnet utility runs on top of the
  678. pseudo-terminal facility provided by UNIX.  It creates host-originiated
  679. connections to devices attached ot Annex serial ports.  There are several
  680. command line arguments to be specified with this program: the IP address of
  681. the terminal server, the number of the port to attach to, and the name of the
  682. pseudo-device to create.  In addition to these there are options to tell
  683. rtelnet how to operate on the connect: -b requests negotiation for Telnet
  684. binary mode, -d turns on socket-leve debugging, -f enables "connect on the
  685. fly" mode, -r removes the device-name if it already exists, etc.  The most
  686. important of these to be specified when using 8 data bits and no parity, as we
  687. found out, was the -t option.  This creates a transparent TCP connection to
  688. the terminal server.  Again, what we assumed to be happening was that the
  689. rtelnet program encountered a character sequence special to itself and then
  690. "eating" those kermit packets.  I think this is all of the information I can
  691. give you on the configuration, short of the values associated with the port on
  692. the terminal server.  If I can provide any other details, just let me know.
  693. Thanks again for your help.
  694.  
  695. (end quote)
  696.  
  697.  
  698. (9) TERMINAL EMULATION
  699.  
  700. Except for the Windows, OS/2, and Macintosh versions, C-Kermit does not
  701. emulate any kind of terminal.  Rather, it acts more or less as a "transparent
  702. pipe", passing the characters you type during a CONNECT session to the remote
  703. host, and sending the characters received from the remote host to your screen.
  704. Whatever is controlling your keyboard and screen provides the specific
  705. terminal emulation: a real terminal, a PC running a terminal emulator, etc, or
  706. (in the case of a self-contained workstation) your console driver, a terminal
  707. window, xterm, etc.
  708.  
  709. There are several exceptions to the "transparent pipe" rule:
  710.  
  711.  - During a TELNET ("set host") session, C-Kermit itself executes the
  712.    TELNET protocol and performs TELNET negotiations.  (But it does not
  713.    perform TN3270 protocol or any other type of 3270 terminal emulation.)
  714.  
  715.  - If you have changed your keyboard mapping using SET KEY, C-Kermit replaces
  716.    the characters you type with the characters or strings they are mapped to.
  717.  
  718.  - If you SET your TERMINAL CHARACTER-SET to anything but TRANSPARENT,
  719.    C-Kermit translates your keystrokes (after applying any SET KEY
  720.    definitions) before transmitting them, and translates received characters
  721.    before showing them on your screen.
  722.  
  723.  - If your remote and/or local TERMINAL CHARACTER-SET is an ISO 646 7-bit
  724.    national character set, such as German, French, Italian, Swedish, etc, or
  725.    Short KOI used for Cyrillic, C-Kermit's CONNECT command automatically skips
  726.    over ANSI escape sequences to avoid translating their characters.  Only
  727.    ANSI/ISO standard (VT100/200/300-like) 7-bit escape sequence formats are
  728.    supported for this purpose, no proprietary schemes like H-P, Televideo,
  729.    Tektronix, etc.
  730.  
  731.  - If your version of C-Kermit includes SET TERMINAL APC command, then
  732.    C-Kermit's CONNECT command will handle APC escape sequences if TERMINAL
  733.    APC is not set to OFF (which is the default).
  734.  
  735. If you are running C-Kermit under a console driver, or in a terminal window,
  736. that emulates the VT100, and use C-Kermit to log in to a VMS system, the
  737. console driver or terminal window (not Kermit) is supposed to reply to the
  738. "what are you?" query (ESC Z) from the VAX.  If it doesn't, and you can't make
  739. it do so, then you can (a) live with the "unknown terminal" problem; (b) tell
  740. VMS to SET TERMINAL/DEVICE=VT100; (c) program a key using SET KEY to send the
  741. appropriate sequence and then punch the key at the right time; or (d) use the
  742. VMSLOGIN macro that is defined in CKERMIT.INI to do this for you
  743. automatically.
  744.  
  745. SET SESSION-LOG { TEXT, BINARY }, which is effective in UNIX and AOS/VS but
  746. not other C-Kermit versions, removes CR, DEL, NUL, XON, and XOFF characters
  747. ("Using C-Kermit" neglects to mention that XON and XOFF are removed).  The
  748. TEXT-mode setting is ineffective during SCRIPT command execution, as well as
  749. on X.25 connections.
  750.  
  751.  
  752. (10) KEY MAPPING
  753.  
  754. Except in the terminal-emulating versions, C-Kermit's key mapping facilities
  755. are limited to normal "ASCII" keys, and cannot be used with function keys,
  756. arrow keys, arcane key combinations, etc.  Since C-Kermit runs on such a wide
  757. variety of hardware platforms (including, for example, more than 360 different
  758. UNIX platforms), it is not possible for C-Kermit to support every conceivable
  759. keyboard under every release of every UNIX (or VMS, or ...) product on every
  760. different kind of computer possibly under all manner of different console
  761. drivers.
  762.  
  763. In technical terms, C-Kermit uses the read() function to read keystrokes, and
  764. read() returns a single byte (value 0 through 255).  C-Kermit's SET KEY
  765. function applies to these single-byte codes.  "Extended function" keys, such
  766. as F-keys, arrow keys, etc, usually return either a 2-byte "scan code" or else
  767. a character string (such as an escape sequence like "ESC O p").  In both
  768. cases, C-Kermit has no way to tell the difference between such multibyte key
  769. values, and the corresponding series of single-byte key values.  This could
  770. only be done by accessing the keyboard at a much lower level in a highly
  771. system-dependent manner, probably requiring tens of thousands of lines of code
  772. to support even a sampling of the most popular workstation / OS combinations.
  773.  
  774. However, most workstation console drivers (terminal emulation windows, etc)
  775. include their own key-mapping facility.  For example, on an IBM RS/6000, the
  776. AIXterm program (in whose window you would run C-Kermit) allows rebinding of
  777. the F1-F12 keys to arbitrary strings.  The same might or might not be true of
  778. DECterm windows, Sun "vttool" or "crttool" windows, etc.  Consult the
  779. technical documentation for your workstation or emulator.
  780.  
  781. The SET KEY command (except in OS/2) does not allow a key definition to be
  782. (or contain) the NUL (\0) character.
  783.  
  784.  
  785. (11) THE TRANSMIT COMMAND
  786.  
  787. Session logging is inactive during the TRANSMIT command, even if you have
  788. given a LOG SESSION command.
  789.  
  790.  
  791. (12) FILE TRANSFER
  792.  
  793. C-Kermit 7.0 is the first release of C-Kermit to use fast (rather than robust
  794. and therefore slow) protocol defaults: long packets, sliding windows,
  795. control-character unprefixing, and streaming where possible.  This makes most
  796. transfers (partner willing) dramatically faster "out of the box" but might
  797. break some combinations that worked before.  If transfers with C-Kermit 7.0
  798. fail where transfers worked with earlier C-Kermit versions, try the following:
  799.  
  800.  a. ROBUST: this command reverts to the most conservative protocol settings.
  801.  b. CAUTIOUS: Selects medium but cautious protocol settings.
  802.  c. SET PREFIXING ALL: Disables control-character unprefixing.
  803.  d. SET STREAMING OFF: Disables streaming.
  804.  
  805. File transfer failures can occur for all sorts of reasons, many of them listed
  806. in Chapter 10 of the manual.  Another one came up recently when using Kermit
  807. on a certain laptop with its built-in modem: the modem's "auto timeout delay"
  808. was hanging up the connection in the middle of a file transfer.  Most modems,
  809. even if they have this feature, do not have it enabled by default.  But if you
  810. experience otherwise inexplicable disconnections in the midst of your Kermit
  811. sessions, check the modem manual for such things as "idle timeout", "auto
  812. timeout", etc, and add the command to disable this feature to Kermit's init
  813. string for this modem.
  814.  
  815. If you have a multihop connection, with the interior nodes in CONNECT
  816. mode (Kermit, Telnet, Rlogin, or any other), you can expect (a) file transfer
  817. to be slower, and (b) the connection to be less transparent (to control
  818. characters, perhaps to the 8th bit) than a more direct connection.  C-Kermit
  819. 7.0 has a "-0" (dash-zero) command-line option to make it 100% transparent
  820. in cases where it is to be used in the middle.
  821.  
  822. The recovery feature (RESEND command) that was added in edit 190 works only
  823. for binary-mode transfers.  In order for this feature to be useful at all, the
  824. default for SET FILE INCOMPLETE was changed from DISCARD to KEEP.  Otherwise
  825. an interrupted transfer would leave no partial file behind unless you had
  826. remembered to change the default.  But now you have to pay closer attention to
  827. Kermit's messages to know whether a transfer succeeded or failed --
  828. previously, if it failed, the file would not show up on the receiving end at
  829. all; in edit 190 and later, you'll get a partial file which could easily be
  830. mistaken for the complete file unless you change the default back to DISCARD
  831. or read the screen messages, or keep a transaction log.
  832.  
  833. Watch out for SET FILE COLLISION RENAME, especially when used in conjunction
  834. with recovery.  Recall that this option (which is NOT the default) renames
  835. the incoming file if a file already exists with the same name (the default is
  836. to rename the previously existing file, and store the incoming file with its
  837. own name).  It is strongly recommended that you do not use SET FILE COLLISION
  838. RENAME if you ever intend to use the recovery feature:
  839.  
  840.  . When the file is first received by C-Kermit, its name will be changed if
  841.    another file already has the same name.  When you RESEND the same file
  842.    after a failure, C-Kermit will probably try to append the re-sent portion
  843.    to the wrong file.
  844.  
  845.  . Assuming that you get RESEND to work with FILE COLLISION RENAME, C-Kermit,
  846.    when receiving the remainder of the file during a RESEND operation, will
  847.    report back the wrong name.  Nothing can be done about this because the
  848.    name is reported back before the receiving Kermit program finds out that
  849.    it is a recovery operation.
  850.  
  851. Also watch out for DISABLE DELETE, since this implicitly sets FILE COLLISION
  852. RENAME.  And note tht DELETE is DISABLEd automatically any time you Kermit
  853. is in local mode (i.e. it makes a connection).  Also note that for purposes
  854. of DISABLE and ENABLE, "set host *" connections do not count as local mode
  855. even though, strictly speaking, they are.
  856.  
  857. When using ADD SEND-LIST and entering a wildcard in the list, there is no way
  858. to specify "automatic switching" -- the file type still must be text or
  859. binary.  To work around, use regular expressions to create separate wildcards
  860. for the text and binary files.
  861.  
  862. Automatic directory creation for received files does not work for pathnames
  863. given in the "-a" command-line argument.
  864.  
  865. There are no command-line arguments for "set file names { literal, converted }"
  866. or "set { send, receive } pathnames { on, off }", but you can include these
  867. (or any other) commands on the command line in the -C option string.
  868.  
  869. When referring to MS-DOS, Windows, Atari ST, OS/2, or other file
  870. specifications that contain backslash characters in a C-Kermit command, you
  871. might have to double each backslash, for example:
  872.  
  873.   C-Kermit>get c:\\directory\\foo.txt
  874.  
  875. This is because backslash is used in C-Kermit commands for introducing special
  876. character codes, variables, functions, etc.  If you are sending this GET
  877. command to another copy of C-Kermit running as a server, for example on OS/2
  878. or the Atari ST, it too treats backslashes as prefix characters, so you will
  879. need 4 (yes, 4) copies of each backslash:
  880.  
  881.   C-Kermit>get c:\\\\directory\\\\foo.txt
  882.  
  883. But read about SET COMMAND QUOTING OFF in the manual.
  884.  
  885. ANOTHER NOTE: In Kermit 95, this restriction is lifted as far as referring
  886. to files on the local PC.  You can now refer to these files using natural PC
  887. notation, e.g.
  888.  
  889.   C-Kermit>send c:\letters\oofa.txt
  890.  
  891. in any command field that knowingly parses a filename.
  892.  
  893. Attempting to cancel local-mode file reception at a very early stage (i.e.
  894. before data packets are exchanged) with X or Z does not work.  Workarounds:
  895. Use E or Ctrl-C instead, or wait until the first data packets are sent.
  896.  
  897. If you cancel a transfer that is underway using X or Z, and a lot of window
  898. slots are in use, it might take a long time for the cancellation to take
  899. effect, especially if you do this on the receiving end; that's because a lot
  900. of packets might already be on their way to you.  In that case, just be
  901. patient and let Kermit "drain" them.
  902.  
  903. If C-Kermit is sending a file, remote-mode packet-mode breakout (Ctrl-C Ctrl-C
  904. by default) is not effective until after C-Kermit sends its first packet.  If
  905. C-Kermit is receiving a file or is in server mode, it will be effective right
  906. away.  In the former case, the SET DELAY value determines the earliest time at
  907. which you can break out of packet mode.
  908.  
  909. Some communication programs have errors in their implementation of Kermit
  910. attribute packets.  If you get an error message from your communication
  911. program like "Attribute error", tell C-Kermit to SET ATTRIBUTES OFF.  Better
  912. yet, switch to a real Kermit program, such as MS-DOS Kermit.
  913.  
  914. When using C-Kermit to transfer files with the HP48SX calculator, you must
  915. SET FLOW NONE.  The HP48SX does not support flow control, and evidently also
  916. becomes confused if you attempt to use it.  You might also need to use
  917. SET SEND PAUSE 100 (or other number).
  918.  
  919. The fullscreen file transfer display will not work right if your terminal type
  920. is set incorrectly, or is not known to the host operating system.  Even when
  921. it does work, it might slow down your file transfers a bit, especially on
  922. high-speed network connections.  On certain small computers, it has been
  923. reported to cause increased disk activity due to swapping or paging.  The
  924. fullscreen display is not particularly useful with speaking or Braille devices.
  925. In these cases, use SET FILE DISPLAY CRT or SET FILE DISPLAY SERIAL.
  926.  
  927. If you have trouble transferring files over a TCP/IP connection, give the
  928. command:
  929.  
  930.   SET PARITY SPACE
  931.  
  932. and try again.  If that doesn't work, also try a shorter packet length.
  933.  
  934. On the other hand, if file transfers through a TCP/IP connection work, but are
  935. very slow, use a longer packet length, 2000 or more, and also try increasing
  936. the window size.  Also, make sure FLOW is NONE since TCP/IP handles flow
  937. control itself, and XON/XOFF processing only slows things down.
  938.  
  939. Some communication software claims to implement sliding windows, but does so
  940. incorrectly.  If sliding window transfers fail, set C-Kermit's window size to
  941. the smallest one that works, for example:
  942.  
  943.   SET WINDOW 1
  944.  
  945. The UNIX version of C-Kermit discards carriage returns when receiving files
  946. in text mode.  Thus, "bare" carriage returns (sometimes used to achieve
  947. overstriking) are lost.
  948.  
  949. SET FILE COLLISION BACKUP is the default.  This means:
  950.  
  951.  - If you send the same file lots of times, there will be many backup files.
  952.    There is no automatic mechanism within Kermit to delete them, no notion of
  953.    a "version retention count", etc, but you can use the PURGE command to
  954.    clean them up.
  955.  
  956.  - If a file arrives that has the same name as a directory, the file transfer
  957.    fails because Kermit will not rename a directory.  Send the file with
  958.    another name, or use SET FILE COLLISION RENAME.
  959.  
  960.  - If the directory lacks write permission, the file transfer fails even if
  961.    you have write access to the file that is being backed up; in that case,
  962.    switch to SET FILE COLLISION OVERWRITE or APPEND, or send to a different
  963.    directory.
  964.  
  965. SET FILE COLLISION UPDATE depends on the date/time stamp in the attribute
  966. packet.  However, this is recorded in local time, not Universal Time (GMT),
  967. and there is no indication of time zone.  The time is expressed to the
  968. precision of 1 second, but some file systems do not record with this precision
  969. -- for example, MS-DOS records the file date/time only to the nearest 2
  970. seconds.  This might cause update operations to send more files than
  971. necessary.
  972.  
  973. (This paragraph does NOT apply to UNIX, where, as of C-Kermit 6.1, C-Kermit
  974. pipes incoming mail and print material directly the mail or print program):
  975. When C-Kermit is receiving files from another Kermit program that has been
  976. given the MAIL or REMOTE PRINT command, C-Kermit follows the current filename
  977. collision action.  This can be disconcerting if the action was (for example)
  978. BACKUP, because the existing file will be renamed, and the new file will be
  979. mailed (or printed) and then deleted.  Kermit cannot temporarily change to
  980. RENAME because the file collision action occurs when the filename packet is
  981. received, and the PRINT or MAIL disposition only comes later, in the Attribute
  982. packet.
  983.  
  984. Execution of multiple file transfers by C-Kermit from a command file when
  985. in remote mode might exhibit long delays between each transfer.  To avoid
  986. this, just include the command "SET DELAY 0" in your command file before any
  987. of the file-transfer commands.
  988.  
  989.  
  990. (13) SCRIPT PROGRAMMING
  991.  
  992. 13.1. Comments Versus the SCRIPT Command
  993.  
  994. Remember that ";" and "#" introduce comments when (a) they are the first
  995. character on the line, or (b) they are preceded by at least one blank or
  996. tab within a line.  Thus constructions like:
  997.  
  998.   INPUT 5 ;
  999.   SCRIPT ~0 #--#--#
  1000.  
  1001. must be coded using backslash notation to keep the data from being ignored:
  1002.  
  1003.   INPUT 5 \59            ; 59 is the decimal ASCII code for ";"
  1004.   SCRIPT ~0 \35--#--#        ; 43 is the decimal ASCII code for "#"
  1005.  
  1006. or, more simply:
  1007.  
  1008.   INPUT 5 \;                    ; Just quote the semicolon
  1009.   SCRIPT ~0 \#--#--#            ; Just quote the "#"
  1010.  
  1011. 13.2. Alphabetic Case and the INPUT Command
  1012.  
  1013. INPUT and REINPUT caseless string comparisons do not work for non-ASCII
  1014. (international) characters.  Workaround: SET INPUT CASE OBSERVE.  Even then,
  1015. the "lexically less than" and "lexically greater than" operations (IF LLT, IF
  1016. LGT) probably won't work as expected.  The same is true for the
  1017. case-conversion functions \Flower() and \Fupper().  C-Kermit does not know the
  1018. collating sequence for different character sets and languages.  (On the other
  1019. hand, it might work depending on such items as how Kermit was linked, whether
  1020. your operating supports "locales", etc)
  1021.  
  1022. 13.3. NUL (0) Characters in C-Kermit Commands
  1023.  
  1024. You can't include a NUL character (\0) in C-Kermit command text without
  1025. terminating the character string in which it appears.  For example:
  1026.  
  1027.   echo In these brackets [\0] is a NUL
  1028.  
  1029. will echo "In these brackets [".  This applies to ECHO, INPUT, OUTPUT, and all
  1030. other commands (but you can represent NUL by "\N" in an OUTPUT string).  This
  1031. is because C-language strings are terminated internally by the NUL character,
  1032. and it allows all of C-Kermit's string comparison and manipulation functions
  1033. to work in the normal "C" way.
  1034.  
  1035. To illustrate:
  1036.   INPUT 5 \0
  1037. is equivalent to:
  1038.   INPUT 5
  1039. and:
  1040.   INPUT 5 ABC\0DEF
  1041. is equivalent to:
  1042.   INPUT 5 ABC
  1043.  
  1044. INPUT operations discard and ignore NUL characters that arrive from the
  1045. communication device, meaning that they do not figure into matching operations
  1046. (e.g. A<NUL>B matches AB); they are not deposited in the INPUT buffer
  1047. (\v(input)); and they are not counted in \v(incount), with two exceptions:
  1048.  
  1049.   1. An arriving NUL character restarts the INPUT SILENCE timer.
  1050.  
  1051.   2. An arriving NUL character terminates the INPUT command with the
  1052.      SUCCESS condition if the INPUT command was given an empty search
  1053.      string.  In this case \v(incount) is set to 1.
  1054.  
  1055. Also, the \v(inchar) variable is null (completely empty) if the last INPUT
  1056. character was NUL.  That is, there is no way to tell only by looking at
  1057. \v(inchar) the difference between a NUL that was INPUT and no INPUT at all.
  1058. If the INPUT command succeeded but \v(inchar) is empty, then a NUL character
  1059. was input.  Also, \v(incount) will be set to 1.
  1060.  
  1061. \v(incount) and \v(inchar) are NOT affected by the CLEAR command.
  1062.  
  1063. 13.4. \ffiles() and \fnextfile() Peculiarities
  1064.  
  1065. The following script program:
  1066.  
  1067.   for \%i 1 \ffiles(oofa.*) 1 {
  1068.       send \fnextfile()
  1069.   }
  1070.  
  1071. did not work as expected in C-Kermit 6.0 and earlier but does work in
  1072. C-Kermit 6.1 and later.
  1073.  
  1074. 13.5. Commands That Have Only Local Effect
  1075.  
  1076. Certain settings are local to each command level, meaning that subordinate
  1077. command levels (macros or command files) can change them without affecting
  1078. their values at higher command levels.  When a new command level is invoked,
  1079. the value is inherited from the previous level.  These settings are:
  1080.  
  1081.   CASE
  1082.   COUNT and \v(count)
  1083.   INPUT CASE
  1084.   INPUT TIMEOUT
  1085.   MACRO ERROR
  1086.   TAKE ERROR
  1087.  
  1088. This arrangement allows CASE, TIMEOUT, and ERROR settings, which are used to
  1089. control automatic exit from a command file or macro upon error, to be
  1090. automatically restored when the command file or macro exits.
  1091.  
  1092. The COUNT variable follows this rule too, which permits nested SET COUNT /
  1093. IF COUNT loops, as in this example in which the inner loop counts down from
  1094. the current COUNT value of the outer loop (try it):
  1095.  
  1096.   DEFINE INNER WHILE COUNT { WRITE SCREEN {   Inner:}, SHOW COUNT }
  1097.   SET COUNT 5
  1098.   WHILE COUNT { WRITE SCREEN Outer:, SHOW COUNT, DO INNER }
  1099.  
  1100. Keep in mind that an inferior command level cannot manipulate the COUNT
  1101. value held by a higher level.  For example:
  1102.  
  1103.   DEFINE OOFA SHOW COUNT, IF COUNT GOTO LOOP
  1104.   SET COUNT 5
  1105.   :LOOP
  1106.   OOFA
  1107.   ECHO Done
  1108.  
  1109. results in an infinite loop; the COUNT value remains at 5 because it is never
  1110. decremented at the same level at which it was set.
  1111.  
  1112. NOTE: "WHILE COUNT" did not work prior to edit 095 of ckuusr.c, 19 Jan 93.
  1113.  
  1114. 13.6. Literal Braces in Function Calls
  1115.  
  1116. Since braces are used in function calls to indicate grouping, there is no way
  1117. to pass literal braces to the function itself.  Solution: Define a variable
  1118. containing the string that has braces.  Example:
  1119.  
  1120.   define \%a ab{cd
  1121.   echo \fsubstring(\%a)
  1122.   ab{cd
  1123.  
  1124. If the string is to start with a leading brace and end with a closing brace,
  1125. then double braces must appear around the string (which itself is enclosed in
  1126. braces):
  1127.  
  1128.   define \%a {{{foo}}}
  1129.   echo \fsubstring(\%a)
  1130.   {foo}
  1131.  
  1132. This also works for any other kind of string:
  1133.  
  1134.   define \%a {{ab{cd}}
  1135.   echo \fsubstring(\%a)
  1136.   ab{cd
  1137.  
  1138. 13.7. Defining Variables on the C-Kermit Command Line
  1139.  
  1140. To define variables on the C-Kermit command line, use the -C command-line
  1141. option with one or more DEFINE or ASSIGN commands.  Note that the C-Kermit
  1142. command line must cope with the quoting rules of your shell.  Examples:
  1143.  
  1144.   kermit -C "define \\%a foo, define phonenumber 7654321"
  1145.  
  1146. In this case we follow UNIX quoting rules by doubling the backslash.  Once
  1147. C-Kermit starts, the \%a and \m(phonenumber) variables are defined as
  1148. indicated and can be used in the normal way.
  1149.  
  1150. In DOS or Windows or OS/2 the command would be:
  1151.  
  1152.   kermit -C "define \%%a foo, define phonenumber 7654321"
  1153.  
  1154. Here we need to double the percent sign rather than the backslash because
  1155. of DOS shell quoting rules.
  1156.  
  1157. 13.8. Per-Character Echo Check with the OUTPUT Command
  1158.  
  1159. Sometimes the OUTPUT command must be used to send commands or data to a device
  1160. in "echoplex" mode, meaning that characters must be sent one at a time, and
  1161. the next character can not be sent until the echo from the previous one has
  1162. been received.  For example, a certain PBX might have this characteristic.
  1163. Let's say a Kermit script is used to program the PBX.  If characters are sent
  1164. too fast, they can be lost.  It would seem that the command:
  1165.  
  1166.   SET OUTPUT PACING <milliseconds>
  1167.  
  1168. could be used to take care of this, but the pacing interval is constant and
  1169. must be set large enough to allow even the slowest echo to finish.  If the
  1170. script is large (an actual example is 14,000 lines long), this can cause it
  1171. to take hours longer than it needs to.
  1172.  
  1173. Here is a macro you can use to OUTPUT a string in an Echoplex environment:
  1174.  
  1175.   define XOUTPUT {
  1176.       local \%c \%i
  1177.       set output pacing 0
  1178.       for \%i 1 \flen(\%*) 1 {
  1179.       asg \%c \fsubstr(\%*,\%i,1)
  1180.           output \%c
  1181.       input 2 \%c
  1182.       }
  1183.   }
  1184.  
  1185. C-Kermit 7.0 or later is required.
  1186.  
  1187. It sends one character at a time and then waits up to 2 seconds for the
  1188. character to be echoed back, but continues to the next character as soon
  1189. as the echo appears, so no time is wasted.  You can add an IF FAIL clause
  1190. after the INPUT in case you want to do something special about failure
  1191. to detect an echo within the timeout period.  Obviously you can also change
  1192. the 2-second limit, and adjust the script in any other desired way.
  1193.  
  1194. 13.9. Other...
  1195.  
  1196. Escape sequences (or any strings that contain control characters) can't be
  1197. used as labels, GOTO targets, or SWITCH cases.
  1198.  
  1199. (End of CKCBWR.TXT)
  1200.