home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / tterm_68k.lzh / xyt.doc < prev   
Text File  |  1996-03-10  |  3KB  |  77 lines

  1.     
  2.                                     xyt
  3.     
  4.                   XModem/YModem/YBatch transfer utility
  5.                   Copyright 1995 by Stephen Carville
  6.  
  7.  This program was specifically designed to provide X and Y protocol transfers 
  8.  for Tterm but also has the option to be used as a stand alone program to 
  9.  provide remote transfer services.  These instruction only apply to this 
  10.  remote operation and are not necessary if you only intend to use 'xyt' with 
  11.  Tterm. 
  12.  
  13.  Usage:  xyt [opts] [filename] [opts] 
  14.  
  15.     If no filename is passed on the command line or the -z option (see 
  16.     below) is not used, 'xyt' attempts to recieve files.  Otherwise it will 
  17.     attempt to send files.
  18.  
  19.  Options:  
  20.     
  21.  -x  startup in remote mode
  22.  
  23.     This option should always be used when starting 'xyt' on a remote machine 
  24.     and all further instructions assume you have done so.  
  25.     
  26.  -z[=]<file>  Get list of files to send from <file>
  27.  
  28.     When sending multiple files, it is often convenient to create a list of 
  29.     files to transfer instead of entering each on the command line.  This 
  30.     option allows you to do this.  Each line in the file is treated as a
  31.     separate file name and 'xyt' checks that each file listed exists and is 
  32.     accessible before putting it in it's transmission queue.
  33.     
  34.  Examples of use:
  35.     
  36.     xyt -x              waits for files from your machine.
  37.     xyt -x bambi        will transmit file "bambi" from the remote machine to 
  38.                         your machine.
  39.     xyt -xz=filelist    will transmit all legitimate files in "filelist" from 
  40.                         the remote machine to your machine.
  41.     
  42.  Other options:
  43.  
  44.     Normally 'xyt' will check incoming files to determine if they are text or 
  45.     binary and text files are filtered to ensure proper line termination for 
  46.     OS9 or OS9000 systems.  This process can be superceded by the -a and -b 
  47.     options: 
  48.  
  49.  -a  Force all transfers to Text
  50.  
  51.     Forces all files to be treated as text files with regard to end of line 
  52.     conversion.  
  53.  
  54.  -b  Force all transfers to Binary
  55.     
  56.     Forces all files to be treated as binary with regard to end of line 
  57.     conversion.  
  58.  
  59.  -t[=]<path>  Use <path> as serial port.
  60.  
  61.     In remote mode (-x) 'xyt' will normally use the port attached to stdin.
  62.     In local mode, xyt will read the MODEM variable to determine the port.
  63.     This option allows you to specify another port if necessary.  
  64.  
  65.  This program is being brought to you by:
  66.     
  67.     Stephen Carville
  68.     P.O. Box 822,
  69.     Glendora, CA 91740  USA
  70.     (818) 914-2511
  71.     pagan@delphi.com
  72.     
  73.     Custom modification to this or any other of my programs is available.  
  74.     Contact me at the above phone number or E-mail address for further 
  75.     information.
  76.  
  77.