Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!rochester!pt.cs.cmu.edu!henry!hairston From: hairston@henry.ece.cmu.edu (David Hairston) Newsgroups: comp.sys.mac.misc Subject: Re: Help! please, with Macbinary and *.sit Message-ID: Date: 1 Jan 91 16:13:17 GMT References: <1991Jan1.050143.1714@maths.tcd.ie> Organization: Gaia II Lines: 27 In-reply-to: tim@maths.tcd.ie's message of 1 Jan 91 05:01:43 GMT [tim@maths.tcd.ie (Timothy Murphy) writes:] [] I have retrieved a number of *.sit files [] (eg flextc.sit, bisontc.sit, kermitnnnn.sit) [] from the net. [] These appear to be uuencode'd -- [] at any rate they uudecode without problem. typically mac files are compressed and then ascii-encoded using a format known as BinHex 4.0 which is analogous to uuencode. can't say for certain what the format of your files is but if you read BinHex 4.0 encoded files they usually have a prefix line stating: (This file must be converted with BinHex 4.0) or failing that they will have a leading and trailing ':' surrounding the ascii-encoding unlike uuencode which is typically characterized by a leading M on each line of the ascii-encoding. if the files are ascii-encoded then macbinary transfer is unnecessary. assuming BinHex 4.0-encoding just transfer the files and then using Stuffit first "Decode BinHex ..." on them to get to the archives and then open the archives and extract. if the files are uuencoded then there are applications which can uudecode them but you may still need BinHex 4.0 and/or Stuffit to unpackage them initially. -dave- hairston@henry.ece.cmu.edu