home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / introduc / 1735 < prev    next >
Encoding:
Text File  |  1993-01-06  |  2.1 KB  |  61 lines

  1. Newsgroups: comp.sys.amiga.introduction
  2. Path: sparky!uunet!math.fu-berlin.de!news.th-darmstadt.de!rbg.informatik.th-darmstadt.de!meixner
  3. From: meixner@rbg.informatik.th-darmstadt.de (Matthias Meixner)
  4. Subject: Re: lharc, ftp, unix, kermit, modes
  5. Sender: news@news.th-darmstadt.de (The News System)
  6. Message-ID: <1993Jan6.172144@rbg.informatik.th-darmstadt.de>
  7. Date: Wed, 6 Jan 1993 16:21:44 GMT
  8. References: <1992Oct12.051959.19159@cs.uow.edu.au> <16224@auspex-gw.auspex.com>
  9. Nntp-Posting-Host: rbhp59.rbg.informatik.th-darmstadt.de
  10. Organization: TU Darmstadt
  11. Keywords: arp
  12. Lines: 47
  13.  
  14. In article <16224@auspex-gw.auspex.com>, drh@Auspex.COM (David Ryan Hawley) writes:
  15. > I recently got a copy of the latest cshell for the amiga.  It was
  16. > in lharc format.  When i used my copy of lharc, it (lharc) said,
  17. > "newer format of lharc".  I got a list of ftp sites, and downloaded
  18. > a 9k copy dated 1992, using ftp's "binary" mode, and then used
  19. > kermit to download to my Amiga (using kermit's binary mode).  When
  20. > I try and use the copy i downloaded it said something about, "not
  21. > an executable file".  I used "protect" to set the mode to executable
  22. > on the Amiga, that didn't help.  I have since ftp'd another copy,
  23. > which is only about 3k in size.  I'm a little confused about what is
  24. > going on...  UNIX says the file is "data".  Do i need to use chmod
  25. > on the file before using kermit?
  26. > I have used "od" the UNIX utility to dump some bytes in hex, in hopes
  27. > that some guru out there can help.  Here is the first screen of  
  28. > the 3k file:
  29. > spock% od -x lharc | more
  30. > 0000000  0000 03f3 0000 0000 0000 0002 0000 0000
  31.  
  32. Every executable begins with 0000 03f3, therefore this Version
  33. should be an executable ...
  34.  
  35. > [...] 
  36. > Here is the od for the 9k copy of lharc (first screen))
  37. > spock% od -x lharc-too-big | more
  38. > 0000000  7f45 4c46 0102 0100 0000 0000 0000 0000
  39.  
  40. ... and this is not an executable.
  41.  
  42. >[...]
  43.  
  44. > Is anyone out there familiar with amiga binaries?
  45. > Thanks in advance,
  46. > -drh-
  47. BTW if you don't find an appropriate (<- is this correct ?)
  48. Version of lharc, you can use lha to decompress your
  49. archives.
  50.  
  51. - Matthias 
  52.