home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / apps / 6610 < prev    next >
Encoding:
Internet Message Format  |  1993-01-04  |  3.9 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!cs.utexas.edu!not-for-mail
  2. From: CIR_TLW@VAX1.UTULSA.EDU (Tristia Watson)
  3. Newsgroups: comp.os.ms-windows.apps
  4. Subject: Undeliverable Mail
  5. Date: 4 Jan 1993 13:13:18 -0600
  6. Organization: UTexas Mail-to-News Gateway
  7. Lines: 89
  8. Sender: daemon@cs.utexas.edu
  9. Message-ID: <9301041913.AA24829@deepthought.cs.utexas.edu>
  10. NNTP-Posting-Host: cs.utexas.edu
  11.  
  12.   Greetings!
  13.   
  14.   I'd like to thank everyone who send me their "solution" to the problem of
  15.   using Windows Terminal and Kermit on the VAX to transfer files!  I posted
  16.   the question to this newsgroup and got the following responses:
  17.   
  18.   --
  19.   
  20.   From ray  <ray.chow@canrem.com>
  21.   
  22.   Windows Terminal does not understand Kermit server commands.  However, you
  23.   can still use it to transfer files to and from the VAX.  Instead of using
  24.   the SERVER command in VAX Kermit, use SEND or RECEIVE.  Try the following.
  25.   
  26.   Download a file from the VAX to the PC:
  27.   
  28.   $ kermit
  29.   Kermit-32> send filename.txt
  30.   Start download from Windows Terminal.  When the transfer is finished you
  31.   will be returned to the VAX Kermit prompt (I used Kermit-32 as an example,
  32.   but C-Kermit should be similar...)
  33.   
  34.   Upload a file from the PC to the VAX:
  35.   
  36.   $ kermit
  37.   Kermit-32> set file type fixed
  38.   Kermit-32> receive
  39.   Start upload from Windows (it should ask for the filename).  Use file type
  40.   ASCII at the VAX end for text, fixed for DOS executables, ZIPs and other
  41.   archive files.
  42.   
  43.   This should work, though I think Windows terminal can only handle packets up
  44.   to 98 bytes in length.  VAX Kermit-32 can use packets up to 1000 bytes.
  45.   MS-Kermit for DOS can use large packets as well, but apparently doesn't run
  46.   all that well under Windows (I have had no problems myself, though).
  47.   
  48.   --
  49.   
  50.   From: bmartin@maemaster.eng.uci.edu (Bryan Martin)
  51.   
  52.   Well, your main problem is that the windows terminal does NOT support the
  53.   kermit 'server' option.  You may only transfer ONE file at a time (very
  54.   painfull) using that program.  So... you have several choices.
  55.   
  56.   The solution you really want (no, really, I know you do!) is to get kermit
  57.   on your windows machine, and run it in a dos window.  It is quite easy
  58.   to set up, and the latest version of kermit is designed to work well with
  59.   windows.  If you really can't do this, consider archiving all your files
  60.   into one big file and sending that, it's really a pain to send each file
  61.   over with WinTerm.
  62.   
  63.   Hope this makes more sense, WinTerm is a cute little program, but mostly
  64.   useless as anything more than a paperweight on your desktop.  :-P
  65.   
  66.   --
  67.   
  68.   From: tijc02!eri316@uunet.UU.NET (Ed Ingraham         )
  69.   
  70.   On the VAX I type RUN KERMIT. It responds with kermit prompt and I type
  71.   RECEIVE.
  72.   
  73.   On my PC I click on SEND BINARY FILE and select a file (happens to be
  74.   ordinary ASCII text). The screen shows transfer going and finishing
  75.   correctly.
  76.   
  77.   Back on the keyboard I type EXIT to Kermit-32 prompt and I am back to
  78.   DCL.
  79.   
  80.   To sum up: don't use SERVE command. Use RECEIVE and SEND commands
  81.   instead.
  82.   
  83.   --
  84.   
  85.   As you can see, the consensus is to not use the SERVE command as you
  86.   normally would with Kermit.  The other suggestion that I think is the best
  87.   one of all, is to get MS-Kermit and run it instead of Win Terminal.  MS-DOS
  88.   Kermit 3.11 can be optained via FTP at WATSUN.CC.COLUMBIA.EDU
  89.   (128.59.39.2).  The Kermit files are in directories kermit/a, kermit/b,
  90.   kermit/c, kermit/d and kermit/e.  (This information from Info-Kermit
  91.   Digest, Monday, 16 Sep 1991)  
  92.   
  93.   Thanks for all the help!
  94.  
  95.     +---------------------------------------------------------------------+
  96.     | Tristia Watson                              CIR_TLW@VAX1.UTULSA.EDU |
  97.     | Client Support Coordinator                     HELP@VAX1.UTULSA.EDU |
  98.     | Computing & Information Resources Help Desk        Phone:  631-3500 |
  99.     +---------------------------------------------------------------------+
  100.  
  101.