home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / programm / 14378 < prev    next >
Encoding:
Text File  |  1992-08-22  |  2.7 KB  |  64 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!cs.utexas.edu!wupost!darwin.sura.net!mips!mips!munnari.oz.au!uniwa!cujo!cc.curtin.edu.au!crod
  3. From: crod@cc.curtin.edu.au (Scott Kevill)
  4. Subject: Re: getting stuffit files via ftp
  5. Message-ID: <1992Aug23.155332.1@cc.curtin.edu.au>
  6. Lines: 52
  7. Sender: news@cujo.curtin.edu.au (News Manager)
  8. Organization: Curtin University of Technology
  9. References: <1992Aug22.175706.18497@cybernet.cse.fau.edu>
  10. Date: Sun, 23 Aug 1992 06:53:32 GMT
  11.  
  12. In article <1992Aug22.175706.18497@cybernet.cse.fau.edu>, pollansw@cse.fau.edu (Warren Pollans) writes:
  13. > Hello again,
  14. >     I'm trying to learn to download mac files from ftp archives.
  15. > Text files are no problem, so far.  I transferred a stuffit (.sit)
  16. > file to my host machine and kermitted it to my mac.  I couldn't
  17. > unstuffit (after changing the TYPE and CREATOR to SIT!) using
  18. > stuffit 1.5  -  I get a message indicating that the header is
  19. > corrupted.  How do I go about getting a stuffit file home and
  20. > unstuffitted?
  21. >     Could someone recommend a short .sit file and an archive from
  22. > which to retreive it - so I can practice what you preach.  One that
  23. > you've had some success with.
  24. >     BTW, what do the other suffixes stand for?  --  .hqz,  .z,
  25. > .shar and others.  Are these compressed/archived files?  How do I
  26. > undo them?  Where do I get the "undoers"?
  27. > Thanks,
  28. > Warren
  29. > (pollansw@cse.fau.edu)
  30.  
  31.     I had the same problem for a while, until I discovered that
  32. FTP defaults to ASCII transfers (that's why your text files were
  33. OK). In order to get your stuffit files and others to work, you have
  34. to type BINARY before downloading.
  35. Your file types and creators should also be ok after this.
  36.  
  37.     As for the other suffixes :
  38. .hqx -- BinHex4.0 -- Used for ASCII transfer of binary files (I think!)
  39. .z   -- these are compressed with the UNIX compress command
  40.         MacCompress3.2 will undo these
  41. .shar -- not sure what it's used for - I think for storing multiple
  42.          files in a single archive - UnShar will undo these.
  43.  
  44. My personal preference for .hqx files is SunTar1.31. I find it
  45. more reliable than DeHQX, Stuffit, Compact Pro, and most others.
  46.  
  47. All these programs should be available at sumex-aim.stanford.edu in
  48. the directory /info-mac/util (not positive about that path).
  49.  
  50. There is also a file named MacFTPSites.txt or similar somewhere at
  51. that site that has a compression table listing these types (along
  52. with many others) and the programs that undo them.
  53.  
  54. Hope this helps !
  55.  
  56. Scott Kevill
  57.  
  58. +-----------------------+--------------------------------------+
  59. I Scott Kevill          I    "Be like me, be original"         I
  60. I crod@cs.curtin.edu.au I                              -- Me   I
  61. +-----------------------+--------------------------------------+
  62.