Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/17/84; site uvicctr.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!tektronix!uw-beaver!ssc-vax!uvicctr!mlevy From: mlevy@uvicctr.UUCP (Michael Levy) Newsgroups: net.micro.mac Subject: Re: Need help with Red Ryder 7.0 Message-ID: <164@uvicctr.UUCP> Date: Mon, 27-Jan-86 14:02:57 EST Article-I.D.: uvicctr.164 Posted: Mon Jan 27 14:02:57 1986 Date-Received: Sat, 1-Feb-86 04:48:26 EST References: <338@infsc3.hatpoly.UUCP> <8563@amdcad.UUCP> Organization: University of Victoria, Victoria B.C. Canada Lines: 24 > In article <338@infsc3.hatpoly.UUCP> comt-ms@infsc3.UUCP (Paul Skuce) writes: > > > >We are evaluating Red Ryder 7.0 as an alternative to MacTerminal 1.21. > >Please could someone tell us how to macput/macget with Red Ryder. > > You can't. macput and macget talk specifically to the macintosh variation > of xmodem protocol. ...... You cant use macput and macget, but it is very easy to download using either Kermit or xmodem. You need a very simple program to pad the .data and .rsrc files produced by xbin to multiples of 128 bytes (null padded). Then cat these files with .info to produce a .bin file. In other words: 1. pad file.data > tmp1; pad file.rscr > tmp2; cat file.info tmp1 tmp2 > file.bin The .bin file can then be downloaded with xmodtran (xmodem) or kermit. Red ryder will recognize a binary file and produce a very nice display showing the progress of the download. ...Michael Levy Department of Computer Science University of Victoria Box 1700, Victoria BC. (604) 721 7303 ....uw-beaver!uvicctr!mlevy