home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / ultrix / 9016 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.7 KB  |  54 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!haven.umd.edu!decuac!pa.dec.com!nntpd2.cxo.dec.com!nntpd.lkg.dec.com!spac11.fzo.dec.com!frandsen
  3. From: frandsen@spac11.fzo.dec.com (John R.Frandsen)
  4. Subject: Re: Cant uncompress .tar.Z files downloaded to VMS nodes
  5. Message-ID: <1992Dec21.151732.11696@nntpd.lkg.dec.com>
  6. Sender: usenet@nntpd.lkg.dec.com (USENET News System)
  7. Organization: Digital Equipment Corporation
  8. References: <1992Dec17.081552.46@gtewd.mtv.gsc.gte.com>
  9. Date: Mon, 21 Dec 1992 15:17:32 GMT
  10. Lines: 42
  11.  
  12. In article <1992Dec17.081552.46@gtewd.mtv.gsc.gte.com> krajnakm@gtewd.mtv.gsc.gte.com writes:
  13. >BACKGROUND:
  14. >
  15. >We don't have direct access to the internet for our Ultrix machines (yet) so
  16. >I have to do the follwing when ftping files:
  17. >
  18. >Log into our remote gateway, a VMS node.
  19. >
  20. >Use UCX$FTP/ULTRIX to connect to remote machines, usually unix boxes.
  21. >
  22. >Set mode to BINARY and get the files (*.tar.Z and *.gif files), e.g.:
  23. >
  24. >    ftp> set mode bin
  25. >    ftp> get somefile.tar.Z somefile_tar.z # remember the destination is
  26. >                           # a VMS node.
  27. >
  28. >Do a VMS to VMS copy to our local VMS node:
  29. >
  30. >    $ copy somefile_tar.z mynode"user passwd"::disk:[dir]
  31. >
  32. >Use dcp to copy the files to the local Ultrix node (a DECstation 5000/200
  33. >running Ultrix 4.2A):
  34. >
  35. >    % dcp mynode/user/passwd::'disk:[dir]somefile_tar.z' ./somefile.tar.Z
  36. >
  37. >THE PROBLEM:
  38. >
  39. >uncompress gives a "corrupted file" error when I attempt to go from a .tar.Z
  40. >to a .tar file:
  41. >
  42. >    % uncompress somefile.tar.Z
  43. >    uncompress: corrupt input
  44. >
  45. >A possibly related problem is that downloaded GIF files won't work with the
  46. >motifgif application, the error is "not in gif format".
  47. >
  48. >Direct mail preferred
  49. >
  50.  
  51. try "dcp -i ..."
  52.  
  53. John
  54.