home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / ultrix / 8928 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  1.7 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!caen!spool.mu.edu!agate!gtewd.mtv.gsc.gte.com!krajnakm
  2. From: krajnakm@gtewd.mtv.gsc.gte.com
  3. Newsgroups: comp.unix.ultrix
  4. Subject: Cant uncompress .tar.Z files downloaded to VMS nodes
  5. Message-ID: <1992Dec17.081552.46@gtewd.mtv.gsc.gte.com>
  6. Date: 17 Dec 92 08:15:52 -0800
  7. Organization: GTE Govt. Systems, Electronics Def. Div.
  8. Lines: 44
  9.  
  10. BACKGROUND:
  11.  
  12. We don't have direct access to the internet for our Ultrix machines (yet) so
  13. I have to do the follwing when ftping files:
  14.  
  15. Log into our remote gateway, a VMS node.
  16.  
  17. Use UCX$FTP/ULTRIX to connect to remote machines, usually unix boxes.
  18.  
  19. Set mode to BINARY and get the files (*.tar.Z and *.gif files), e.g.:
  20.  
  21.     ftp> set mode bin
  22.     ftp> get somefile.tar.Z somefile_tar.z # remember the destination is
  23.                            # a VMS node.
  24.  
  25. Do a VMS to VMS copy to our local VMS node:
  26.  
  27.     $ copy somefile_tar.z mynode"user passwd"::disk:[dir]
  28.  
  29. Use dcp to copy the files to the local Ultrix node (a DECstation 5000/200
  30. running Ultrix 4.2A):
  31.  
  32.     % dcp mynode/user/passwd::'disk:[dir]somefile_tar.z' ./somefile.tar.Z
  33.  
  34. THE PROBLEM:
  35.  
  36. uncompress gives a "corrupted file" error when I attempt to go from a .tar.Z
  37. to a .tar file:
  38.  
  39.     % uncompress somefile.tar.Z
  40.     uncompress: corrupt input
  41.  
  42. A possibly related problem is that downloaded GIF files won't work with the
  43. motifgif application, the error is "not in gif format".
  44.  
  45. Direct mail preferred
  46.  
  47.                         THANKS!
  48.  
  49. ------------------------------------------------------------------------------
  50. Mike Krajnak          "Nobody else would be stupid enough to have my opinions"
  51. GTE MCSD        krajnakm%venus.dnet@gte.com | (719) 570-4752
  52. ------------------------------------------------------------------------------
  53.  
  54.