home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource3 / 121_01 / tel.doc < prev    next >
Encoding:
Text File  |  1985-08-21  |  2.0 KB  |  69 lines

  1.  
  2.  
  3.      TEL (1)                   BDS C Users' Group                   TEL (1)
  4.  
  5.  
  6.  
  7.  
  8.      NAME   
  9.      NAME 
  10.           tel - dumb terminal emulator with file transfer 
  11.  
  12.  
  13.      SYNOPSIS   
  14.      SYNOPSIS 
  15.           tel   
  16.           tel 
  17.  
  18.  
  19.      DESCRIPTION   
  20.      DESCRIPTION 
  21.           Tel is a considerably modified version of Telnet v2.3, as 
  22.           distributed with v1.46 of the BDS C compiler.  The following 
  23.           features have been added: 
  24.           (1) multiple files may be sent/received by one command 
  25.           (2) directories may be listed 
  26.           (3) the quit command hangs up a hayes smartmodem.  
  27.           To accommodate these changes, some of the command names have 
  28.           been changed.  
  29.           This program uses a modem to emulate a dumb terminal.  
  30.           Incoming data may be buffered in memory and written to disk, 
  31.           data may be transmitted from disk to the modem, or files may 
  32.           be formally transferred in a "checksum" mode with automatic 
  33.           handshaking and buffering.  
  34.  
  35.  
  36.      CAVEATS   
  37.      CAVEATS 
  38.           This program was tested with v1.50 of the BDS C compiler 
  39.           under CP/M 2.2.  It should work with other versions of BDS C 
  40.           and CP/M, but has not been tested.  
  41.  
  42.  
  43.      SEE ALSO   
  44.      SEE ALSO 
  45.           telnet(1),tl370(1) 
  46.  
  47.  
  48.      WARNINGS   
  49.      WARNINGS 
  50.           The checksum file transfer does not follow the XMODEM 
  51.           protocol.  
  52.           Variable baud rate support is present, but commented out.  
  53.           Hardware-specific coding would be required to implement it.  
  54.  
  55.  
  56.      BUGS   
  57.      BUGS 
  58.           Tel assumes that the CP/M console is much faster than the 
  59.           modem (e.g. a 1200+ baud console with a 300 baud modem).  
  60.  
  61.  
  62.      NOTES   
  63.      NOTES 
  64.           Requires local.c and files.c for link.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.                                       -1-
  85.  
  86.  
  87. d from disk to the modem, or files may 
  88.           be formally transferred in a "checksum" mode with automatic 
  89.