home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / fileutil / hisped2.zip / READ.ME < prev    next >
Text File  |  1993-09-05  |  4KB  |  110 lines

  1.  
  2. HISPED2.ZIP: FILE TRANSFER UTILITY REPLACING HISPEED.ZIP
  3. ------------ ---- -------- ------- --------- -----------
  4.  
  5. Copyright (c) 1992,1993  John J Speth / SpethWARE
  6.  
  7.  
  8.  
  9. This  utility  is  a  replacement  to the HISPEED.ZIP program set that was 
  10. uploaded to Compuserve in 1992.  The original program was compiled to  run 
  11. on  80286  or later machines and not 8086 and 80186.  This program set has 
  12. been recompiled for all machines.  The original READ.ME file is duplicated 
  13. with the appropriate changes below:
  14.  
  15.  
  16.  
  17.  
  18.             FILE TRANSFER UTILITY
  19.             ---------------------
  20.  
  21.     Copyright (c) 1992,1993  John J Speth / SpethWARE
  22.  
  23.  
  24.  
  25.     Overview
  26.     --------
  27.  
  28.     This  is  a high speed file transfer utility for use between 
  29.     two PC, XT, or AT computers  of  any  combination.   At  the 
  30.     higher  baud  rates,  it  may  rival  using floppy disks for 
  31.     copying files between computers.  It uses either the COM1 or 
  32.     COM2 ports with baud rates from 300 to 115200 baud.  
  33.  
  34.     I  wrote this program so my "slow" computer could to connect 
  35.     to Compuserve for downloading large files  while  my  "main" 
  36.     computer  was available for me to use.  When my session with 
  37.     Compuserve was over, I could transfer the  downloaded  files 
  38.     from my "slow" computer to my "main" computer with this file 
  39.     transfer utility.  The data transfer rate at 115,200 baud is 
  40.     approximately 600K bytes per minute.
  41.  
  42.  
  43.  
  44.     Setup
  45.     -----
  46.  
  47.     Copy  the  sender  and  receiver  programs  to  one  of  the 
  48.     directories in your PATH environment variable  on  both  the 
  49.     sending and receiving computers.
  50.  
  51.     The baud rate and port may be selected using two environment 
  52.     variables: XFER_BAUD and XFER_PORT.  Set XFER_BAUD to one of 
  53.     the  following  values:  300, 1200, 2400, 4800, 6600, 19200, 
  54.     38400, 57600, or 115200.  Commas  are  not  permitted.   Set 
  55.     XFER_PORT to either COM1 or COM2.  For example, put the next 
  56.     two lines in your AUTOEXEC.BAT file to run on COM1  at  9600 
  57.     baud:
  58.  
  59.         SET XFER_BAUD=9600
  60.         SET XFER_PORT=COM1
  61.  
  62.     This example is also the default setting.
  63.  
  64.     When first using the programs, try the fastest baud rate and 
  65.     if that doesn't work, step down  one  selection  at  a  time 
  66.     until  it  does  work.  It works error free for me with a 12 
  67.     foot unshielded cable at 115,200 baud.
  68.  
  69.  
  70.     Running
  71.     -------
  72.  
  73.     There are two programs: a file  receiver  (GETF.EXE)  and  a 
  74.     file  sender (SNDF.EXE).  Run GETF on the receiving computer 
  75.     (the receiver) and run SNDF on  the  sending  computer  (the 
  76.     sender).   The  COM ports on each computer must be connected 
  77.     together with a null modem cable.  
  78.  
  79.     To run, start GETF on the receiver.  It will wait 30 seconds 
  80.     for  communication  from  the sender and then exit to DOS if 
  81.     two way communication was not established.  Next, start SNDF 
  82.     on the sender.  It will sync up the receiver and immediately 
  83.     start sending the specified files from the SNDF command line.
  84.  
  85.     Data is transmitted in 1K byte blocks with  error  checking.  
  86.     The  filename  is  transmitted with the data so the receiver 
  87.     will create a file with the same name and, with  no  warning 
  88.     or  mercy,  overwrite  any  file with the same name that was 
  89.     previously there.  Any error causes both programs to exit to 
  90.     DOS immediately.
  91.  
  92.  
  93.     Distribution
  94.     ------------
  95.  
  96.     The  programs  were  compiled  using  Microsoft  C/C++  7.0.  
  97.     Please distribute the files freely with this READ.ME file.
  98.  
  99.  
  100.             John Speth / SpethWARE
  101.             222 South Hill Dr
  102.             Westampton, NJ   08046
  103.  
  104.             Phone: 609-871-9092
  105.  
  106.             Compuserve ID: 71214,3606
  107.  
  108.         (We do custom programming.   Call Us !!)
  109.  
  110.