Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!cbosgd!ihnp4!qantel!lll-crg!seismo!brl-tgr!tgr!turek@brl-tbd.arpa From: turek@brl-tbd.arpa (CHRIS) Newsgroups: net.micro Subject: Re: PC to Mainframe file transfer Message-ID: <106@brl-tgr.ARPA> Date: Tue, 26-Nov-85 22:17:14 EST Article-I.D.: brl-tgr.106 Posted: Tue Nov 26 22:17:14 1985 Date-Received: Fri, 29-Nov-85 08:06:27 EST Sender: news@brl-tgr.ARPA Lines: 43 First I assume you have MS-Kermit v2.28 or 2.27 on your PC and C-Kermit running under your VAX/UNIX. Try this: Xfer PC--->VAX Start the kermit server on the VAX by typing: kermit -ix You will see a message about the server starting up. When this finishes you'll see: # 3N or something like it. The system is now ready for your Xfer. Type ^]c ( Ctrl + ] followed by a return ). You will now be at the PC's Kermit prompt. Type: send filename You can use wildcards to do multiple xfers. At this point the status screen will appear and give you the progress of the xfer. When it finishes the Kermit prompt will appear. To kill the server on the VAX type: finish connect You should now be connected to the Vax as a terminal again. Xfer VAX --->PC Use the same procedure as before and substitute 'get filename' for the 'send filename' command. If you have an older version (pre V4C(057)31 Jul 85 ) C-kermit on the VAX try leaving out the '-' before the arguments. I use this method almost everyday without problems. Chris... *** The usual stuff for VAX, UNIX, etc.