home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / blastem.lzh / BLASTEM / blastem.doc < prev    next >
Text File  |  1995-07-27  |  2KB  |  54 lines

  1. Blastem for OSK
  2. ---------------
  3.  
  4. INTRODUCTION
  5.  
  6.         Blastem is an XModem and Ymodem transfer program for OSK.  I
  7. wrote this when I first got my MM/1, since I did not have access to 
  8. an X/Ymodem transfer program at that time.
  9.  
  10.         Blastem is simple to use.  Blastem -? gives the following
  11. ouput:
  12.  
  13.         Syntax: Blastem [<opts>] {<filename> [<opts>]}
  14.         Function: Xmodem/Ymodem file transfer utility
  15.         Options:
  16.                 -y        use YModem (Batch) protocol (XModem default)
  17.                 -r        receive file(s) (default)
  18.                 -s        send file(s)
  19.                 -f        remove filler at EOF
  20.                 -k        do not use 1K blocks (128 byte)
  21.                 -l        checknum (8-bit)
  22.                 -m        CRC (16-bit) (default)
  23.                 -h        CRC (32-bit)
  24.                 -t        use standard paths for transfer
  25.                 -q        quiet (suppress messages)
  26.                 -p=<path> modem path ('/t0' default)
  27.                 -b=<size> buffer size (2K default)
  28.                 -x        look in execution directory for file(s)
  29.                 -z        get file names from standard input
  30.                 -z=<path> get list of files from <path>
  31.  
  32.         Most of this is self explanitory.  The only option that is a bit 
  33. strange is -h, which selects 32-bit CRC checking.  This is an non-standard
  34. addition to the X/Ymodem protocol, so the only way to use this is to another
  35. machine running Blastem.
  36.  
  37. SOURCE CODE RULES
  38.  
  39.         OK, now the rules:
  40.  
  41.         1) You can modify the code as much as you want.
  42.         2) All original code must be distributed with your modifications.
  43.         3) You cannot make money from this distribution (unless it is part
  44.            of an archive).
  45.         4) If you use any of the source in your programms, then:
  46.            o You must distrubute your program with it's complete source
  47.              code.
  48.            o You cannot sell or rent your program or charge for it's use.
  49.  
  50.  
  51.         Have FUN!
  52.  
  53.         BTW, you can always reach me at b.leduc@ieee.org.
  54.