home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10513 < prev    next >
Encoding:
Text File  |  1992-09-11  |  1.5 KB  |  42 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!unislc!erc
  3. From: erc@unislc.uucp (Ed Carp)
  4. Subject: Re: Transferring files over a serial port
  5. X-Newsreader: Tin 1.1 PL5
  6. References: <11SEP199215524779@cc.utah.edu>
  7. Message-ID: <1992Sep11.235758.7569@unislc.uucp>
  8. Organization: Unisys Corporation SLC
  9. Date: Fri, 11 Sep 1992 23:57:58 GMT
  10. Lines: 30
  11.  
  12. Prasad B. Gharpure (prasad@cc.utah.edu) wrote:
  13.  
  14. : 1)    Is it possible with linux to login from another pc connected
  15. :     to the linux machine by a null modem cable.
  16.  
  17. Yes.  I've done it at up to 38.4KB.
  18.  
  19. : 2)    How can I transfer files from the linux machine to the other pc
  20. :     using a null modem cable ( I have used kermit for dos on both
  21. :     machines to achive the above ).
  22.  
  23. There's kermit.  It's got a high packet overhead, since the packets are
  24. small, but it's got the advantage that you can do something like:
  25.  
  26. tar cvf - /|kermit [options] -l /dev/ttyN
  27.  
  28. and on the other machine...
  29.  
  30. kermit [options] | (cd /;tar xvf -)
  31.  
  32. Works pretty cool!
  33.  
  34. You could also use uucp (from mailpak or get taylor-uucp from convex.com
  35. and port it yourself; it's also on prep.ai.mit.edu).  If you drop in the
  36. zmodem patches, you'll get (at 38.4KB) over 3700 CPS throughput.  Amazing!
  37. -- 
  38. Ed Carp, N7EKG     erc@apple.com                801/538-0177
  39. "This is the final task I will ever give you, and it  goes  on  forever.   Act
  40. happy, feel happy, be happy, without a reason in the world. Then you can love,
  41. and do what you will."           -- Dan Millman, "Way Of The Peaceful Warrior"
  42.