home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / apps / 6250 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  2.0 KB

  1. From: goo@hpindda.cup.hp.com (Michael Goo)
  2. Date: Thu, 17 Dec 1992 22:43:49 GMT
  3. Subject: Re: Using Kermit under Windows Terminal
  4. Message-ID: <148490001@hpindda.cup.hp.com>
  5. Organization: HP Information Networks, Cupertino, CA
  6. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!hpscit.sc.hp.com!hplextra!hpcss01!hpindda!goo
  7. Newsgroups: comp.os.ms-windows.apps
  8. References: <BzAI3I.5CI@newsserver.technet.sg>
  9. Lines: 43
  10.  
  11. kewta@solomon.technet.sg (Kew Tow Ann) writes:
  12. >
  13. >Has anyone tried using Kermit under Windows 3.1 Terminal? I have some
  14. >problem using it. For example how do you terminate a Kermit session? There
  15. >isn't any Kermit Finish, Kermit Get commands etc. Would appreciate any help?
  16. >Thanks and regards.
  17.  
  18. The commands you mention are all a part of the kermit server package that is
  19. an extension to basic kermit protocol.  The Windows 3.1 terminal does not
  20. support being or using a kermit server.  All you can do is upload/download
  21. single files.
  22.  
  23. To use kermit upload/download in the win terminal, set the binary transfer
  24. protocol to kermit.
  25.  
  26. To upload from a Un*x box type the following on the Un*x machine:
  27.  
  28.   kermit -i -s <source filename>
  29.  
  30. Then recieve the binary file in the windows terminal.  The upload will
  31. terminate automatically when the file is uploaded.
  32.  
  33. To download to a Un*x box, type the following on the Un*x machine:
  34.  
  35.   kermit -i -r <dest filename>
  36.  
  37. Then send the binary file from the windows terminal.  The download will
  38. terminate automatically when the file is downloaded.
  39.  
  40. The -i option is for binary files like executables and archives.  Leave
  41. the -i option off when transferring plain ASCII text.
  42.  
  43. Hope this helps.
  44.  
  45.  
  46. -------------------------------------------------------------------------------
  47. Michael Goo                   |
  48. Hewlett-Packard               | "I never try to cover my ass...
  49. Information Networks Division |   but I certainly support your right to do so!"
  50. 19420 Homestead Road  MS 43LT |
  51. Cupertino, CA 95014-9974      |
  52. goo@hpisrhx.cup.hp.com        |
  53. -------------------------------------------------------------------------------
  54.