home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / vmsnet / misc / 983 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  2.5 KB

  1. Xref: sparky vmsnet.misc:983 vmsnet.networks.misc:109
  2. Path: sparky!uunet!stanford.edu!rutgers!spcvxb!terry
  3. From: terry@spcvxb.spc.edu (Terry Kennedy, Operations Mgr.)
  4. Newsgroups: vmsnet.misc,vmsnet.networks.misc
  5. Subject: Re: Record type after file transfer
  6. Message-ID: <1992Nov6.064304.4332@spcvxb.spc.edu>
  7. Date: 6 Nov 92 11:43:03 GMT
  8. References: <1992Nov5.172743.23810@arbi.Informatik.Uni-Oldenburg.DE>
  9. Organization: St. Peter's College, US
  10. Lines: 44
  11.  
  12. In article <1992Nov5.172743.23810@arbi.Informatik.Uni-Oldenburg.DE>, Torge.Schmidt@arbi.informatik.uni-oldenburg.de (Torge Schmidt) writes:
  13. > The most curious thing is that VMS _is_ able to run an
  14. > .EXE-file, which is of 
  15. >     Record format:      Stream_LF
  16. >     Record attributes:  Carriage return carriage control
  17. > But I won't rely on this, who knows, how the next versions of
  18. > VMS will handle this. Furthermore, other programs and utilities
  19. > presumably can't handle converted files (RALLY? RDB?).
  20.  
  21.   Yup. The image activator uses block I/O. It will even load "undefined" file
  22. types. However, that's only the image activator. Things like PATCH will likely
  23. be upset by funny file formats.
  24.  
  25. > My questions:
  26. > 1. How do I get ZMODEM (or Kermit, if this is, what you can
  27. >    answer) to _not_ converting the file type? Is such a version
  28. >    available somewhere on the InterNet? 
  29.  
  30.   In Bliss Kermit-32, you do SET FILE TYPE FIXED and SET FILE BLOCKSIZE 32256.
  31. In C-Kermit, you either use FILE TYPE LABELED (which preserves all attributes)
  32. or SET FILE RECORD-LENGTH 32256.
  33.  
  34.   You can get both Kermit versions from watsun.cc.columbia.edu. The Bliss one
  35. is in kermit/b/vms*.*. The C-Kermit one is in kermit/sw/ck*.*. Note that C-
  36. Kermit has a number of large performance improvements over Bliss Kermit-32. As
  37. soon as the public beta test period ends, C-Kermit will replace Bliss Kermit-32
  38. as the "default" VMS Kermit. The Bliss version is not actively supported at
  39. this time.
  40.  
  41. > 2. How do I restore the record type of the
  42. >    received file? CREATE/FDL doesn't work, due to a RMS-error
  43. >    (something about to big record or buffer size)
  44.  
  45.   I suggest you get Joe Meadow's FILE utility, available from ftp.spc.edu and
  46. other fine archive sites 8-).
  47.  
  48. > Please email answers directly to me, as I am reading this group
  49. > only frequently.
  50.  
  51.   I'm posting as well in case the answers are of interest to other folks.
  52.  
  53.     Terry Kennedy        Operations Manager, Academic Computing
  54.     terry@spcvxa.bitnet    St. Peter's College, Jersey City, NJ USA
  55.     terry@spcvxa.spc.edu    +1 201 915 9381
  56.