Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!umich!vela!srodawa From: srodawa@vela.acs.oakland.edu (Dr. Srodawa) Newsgroups: comp.unix.xenix Subject: Re: Xenix Kermit Query Message-ID: <1150@vela.acs.oakland.edu> Date: 27 May 90 02:55:06 GMT References: <1990May25.215147.3662@cbnewsd.att.com> Reply-To: srodawa@vela.acs.oakland.edu (Dr. Srodawa) Organization: Oakland University, Rochester MI Lines: 43 In article <1990May25.215147.3662@cbnewsd.att.com> heneghan@cbnewsd.att.com (joseph.t.heneghan) writes: >Earlier I posted for a Xenix Kermit executable. Thanx to all >who replied. I really need to ask for something else... Documentation, I believe you will find documentation on unix.secs.oakland.edu (35.146.180.2) via anonymous ftp. Transfering WordPerfect files is no sweat at all, just be sure to use binary mode. I usually do WP on the PC and send the files to Xenix. I'm not sure you would have good luch with scan codes at all, but the MS-DOS kermit is the guy to look at. It does have the ability to map keystrokes (scan codes) into sequences of characters. To transfer a WP file (say fyle.wp) from PC to Xenix: 1. Run MSKERMIT on PC and connect to Xenix, then login to Xenix. 2. Start up kermit on Xenix. 3. Enter following commands (to Xenix kermit) set file type binary server 4. Type the escape to command mode for MsKermit: ^]c 5. Enter MsKermit command to send the file: send fyle.wp 6. When transfer is complete, stop the server mode and quit Xenix Kermit, leaving yourself still logged onto Xenix.. finish connect quit That is all there is to it. Since both C-Kermit (used on Xenix) and MS-Kermit support long packets, you may wish to issue commands for that too. set send pack 1000 set rec pack 1000 are the best you can do, giving 1000 byte packets. Both Kermits provide for an initialization suite of commands in a file. I have this set up on all systems and kermits I use. In both Kermits, ? as a command gives you a list of commands, ? within a command tells you what are valid continuations of the command. Ron. -- | Ronald J. Srodawa | Internet: srodawa@unix.secs.oakland.edu | | School of Engineering and CS | UUCP: srodawa@egrunix.UUCP | | Oakland University | Voice: (313) 370-2247 | | Rochester, Michigan 48309-4401 | |