home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / MM1 / TELECOM / linkup12.lzh / DOC / xyz.doc < prev   
Text File  |  1996-04-08  |  3KB  |  69 lines

  1. General Usage:
  2.         To send files:  xy <file1> <file2> <etc.>
  3.                         z  <file1> <file2> <etc.>
  4.                         k  <file1> <file2> <etc.>
  5.  
  6.         To receive files:  xy
  7.                            z
  8.                            k
  9.  
  10. ---------------------------------------------------------------------------
  11. General Options:
  12.  
  13. By default, the programs automatically guess the type of each file.
  14. To force all files to be treated as a certain type:
  15.         -A  treat all files as ASCII    -B treat all files as binary
  16.  
  17. The XY, Z, and K programs use the MODEM environment variable to
  18. determine the port to use.  If MODEM is not set, stdio paths will
  19. be used.  The MODEM environment variable can be overridden with the
  20. -p option (e.g., -p/t2).
  21.  
  22. Host Mode: -h forces the use of stdio paths and suppresses all
  23. progress and debug messages.  Equivalent to `unsetenv MODEM'.
  24.  
  25. ---------------------------------------------------------------------------
  26. Program-specific options:
  27.  
  28. XY:  by default, XY attempts to use the YModem protocol.  In most
  29.         cases, XY will automatically adapt if the other side is
  30.         using a different protocol.  If it cannot automatically
  31.         determine the protocol to use, you can coerce it with
  32.         one of the following options:
  33.                 -X XModem       -K XModem-K     -G YModem-G
  34.                 -C XModem-CRC   -Y YModem
  35.  
  36. Z:  ZModem allows one end to specify a command to be executed
  37.         by the other end.  To send a command, use:
  38.                 -c "<command>"
  39.         E.g., ``z -c "sz file"  '' will request the other end
  40.         to send a file back to you.  Z responds to commands from
  41.         the other end of the form `sz <filenames>'
  42.  
  43. K: By default, K uses the basic half-duplex Kermit protocol.
  44.         One or more -f options will cause K to attempt to negotiate
  45.         sliding windows and larger packet sizes.  In most cases,
  46.         this will result in faster throughput.  More -f's will
  47.         result in a larger window and larger packets, according
  48.         to the following table:
  49.  
  50.                 Option          Window Size             Packet Size
  51.                 <default>        1 packet                 90 bytes
  52.                   -f             1 packet               1024 bytes
  53.                   -ff           10 packets                90 bytes
  54.                   -fff           8 packets               512 bytes
  55.                   -ffff         16 packets              1024 bytes
  56.                   -fffff        31 packets              2048 bytes
  57.                   -ffffff       31 packets              4096 bytes
  58.                   -fffffff      32 packets              9024 bytes
  59.  
  60.         K automatically selects stronger block checks for
  61.         larger packet sizes.  If the other end does not support
  62.         the requested value, or if K cannot allocate sufficient
  63.         memory for packet buffers, K will use a smaller window
  64.         and/or packet size.
  65.  
  66. ---------------------------------------------------------------------------
  67.  
  68.  
  69.