home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-1.iso / Usenet / news / 1991 / Misc-91 / Help-on-.tar.Z / text0000.txt < prev   
Encoding:
Text File  |  1992-02-12  |  955 b   |  37 lines

  1.  
  2.  I have a 2400 baud modem which I download files using kermit.
  3.  Kermit signals that the file transfer went smoothly, with these
  4.  setting:
  5.  set file type binary
  6.  set receive packet 740
  7.  set block 2 
  8.  set window 4
  9.  
  10.  However, whenever I download a file with the extensions  .tar, 
  11.  .tar.Z, or .Z, the files are corrupt when I go to decompress them.
  12.  I use the following commands:
  13.  
  14.  (for .Z files) uncompress [file]
  15.  (for .tar files) tar -xvf [file]
  16.  (for .tar.Z files) zcat [file] | tar xvf -
  17.  
  18.  
  19.  I don
  20.  
  21.  
  22.  I don't know why the files turn out to be corrupt.  Is it in the 
  23.  way I decompress them, or is it in my modem setup (I do NOT have
  24.  hardware flow control, but this shouldn't make a difference if I
  25.  use the /dev/cua port instead of the /dec/cufa port)
  26.  
  27.  I am also using an even parity setting on my modem (do I need to 
  28.  set it for NO parity?
  29.  
  30.  If ANYONE has any suggestions, PLEASE write me,
  31.  
  32.  Thank You,
  33.  Eric Hermanson
  34.  zmonster@engin.umich.edu
  35.  
  36.  
  37.