home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / telecomm / xyz202b / read.me next >
Text File  |  1992-05-10  |  5KB  |  120 lines

  1.                        XYZ v2.02 Quick Reference
  2.  
  3. Beta version notes:
  4. I wasn't able to find a system I could test the new uploading code, so
  5. it's quite likely there are problems with it.   If you have problems
  6. with the new XYZ, run it with the -vlog.txt option, and mail me the
  7. log.txt file it creates.
  8. ******************************************************************************
  9. You should have the following files:
  10. XYZ.TTP         The program itself
  11. XYZ.DOC         Full documentation  <=== NOT IN BETA TEST FILE
  12. READ.ME         This file
  13.  
  14. XYZ v2.02 is shareware.  If you use it, please contribute.  I suggest $10.
  15. Send contributions, along with any other comments, to:
  16.  
  17. Alan Hamilton
  18. 6202 N. 16th St. #202
  19. Phoenix, AZ 85016-1734
  20.  
  21. If you have already contributed for an earlier version of XYZ, you don't
  22. need to register again.
  23.  
  24. I can also be reached on the GEnie network at STARFALL.
  25.  
  26. XYZ version 2.02 is an enhanced version of v2.01.  New features:
  27.  
  28.  o YMODEM-G is now supported.
  29.  o 32 bit CRCs are now supported, for extra safe file transfers.
  30.  o XYZ will no longer time out when saving if the remote system takes
  31.    a long time to save the file.
  32.  o Improved serial port handling.
  33.  o Recovery from invalid escape character fixed -- this was giving
  34.    "subpacket too long" errors.
  35.  o Extended ZMODEM options are now supported.
  36.    
  37. New commands:
  38. Remember, any option that takes a parameter must have the parameter right
  39. after the option.  Do not put a space between them.
  40.  
  41. RIGHT:  -yg
  42. WRONG:  -y g
  43.  
  44. -yg     Use -yg to transfer files via YMODEM-G.  Use just -y as before for
  45.         a regular YMODEM session.
  46.  
  47. -z    New suboptions are supported.  The ZMODEM Transport options
  48.     for recovery, overwriting, and file protection are supported.
  49.     Note that only one can be specified.  The Transoport options
  50.     only affect the receiver, but can be specified at either end.
  51.     If the side uploading specifies an option, and the side
  52.     downloading doesn't, the uploader's options will be used.  If
  53.     the downloader specifies an option, that is what will be used,
  54.     overriding the uploader.  If neither end specifies an option,
  55.     the default options will be used.
  56.  
  57.     The suboptions are:
  58. -zr    Recovery.  (default)
  59.     If a file with the same name exists, XYZ will assume
  60.     that it was from a previous, interrupted session.  XYZ will
  61.     resume the transfer where it left off.  If the uploader specifies
  62.     overwrite or clobber, you can use this option to override it on
  63.     the downloading side.
  64. -zy    Overwrite.
  65.     If the file exists, it will be overwritten, and resent in full.
  66. -zp    Protect.
  67.     If a file exists, skip it.  The file will not be modified.
  68.  
  69. See XYZ.DOC for full information on all of the new features.
  70.  
  71. Command line examples:
  72.  
  73.                         No options means do a ZMODEM download to the
  74.                         current default folder
  75.  
  76. c:\download             Do a ZMODEM download to the DOWNLOAD folder on
  77.                         drive C
  78.  
  79. -y                      Do a YMODEM download to the default folder
  80.  
  81. -y c:\download          Do a YMODEM download to the DOWNLOAD folder on
  82.                         drive C
  83.  
  84. -x file1.arc            Do a XMODEM download of FILE1.ARC to the default
  85.                         folder (a filename must always be used with XMODEM)
  86.  
  87. To upload, put -u on the command line, along with the filename or filenames
  88. (up to ten) to be uploaded.  They may contain wildcards, and all files that
  89. match a wildcard pattern will be sent.
  90.  
  91. Examples:
  92.  
  93. -u e:\uploads\*.*       Do a ZMODEM upload of all files in the UPLOADS folder
  94.  
  95. -u afile.txt            Do a ZMODEM upload of AFILE.TXT that's in the default
  96.                         folder
  97.  
  98. -u *.*                  Do a ZMODEM upload of all files in the default folder
  99.                         NOTE: If this is the folder XYZ.TTP is in, it will
  100.                         send itself, so watch out.
  101.  
  102. -u -iFILELIST.TXT    Do a ZMODEM upload of all the files listed in the
  103.             text file FILELIST.TXT
  104.  
  105. -y -u e:\uploads\*.ARC      Send all ARC files in the UPLOADS folder
  106.                                 using YMODEM
  107.  
  108. XMODEM can only send one file.  If you use wildcards, only the first file
  109. that matches will be sent.
  110.  
  111. -x -u afile.txt             Send AFILE.TXT from the default folder using
  112.                                 XMODEM
  113.  
  114. -x1k -u a:\bfile.txt        Send BFILE.TXT from the root directory on drive
  115.                                 A using XMODEM with 1k blocks
  116.  
  117. If you have any problems, run XYZ with the -vlog.txt command, and send me
  118. the LOG.TXT file, along with any comments you may have.  I can be reached as
  119. STARFALL on GEnie.
  120.