home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / communication / term.1.15.README < prev    next >
Encoding:
Text File  |  1993-02-26  |  1.6 KB  |  44 lines

  1. [ Excerpts from term/README ]
  2.  
  3.            Term. version 1.0.5
  4.  
  5.           Copyright (c) 1992-1993 Michael O'Reilly
  6.           All Rights Reserved
  7.  
  8. Term is a program to implement a slip-like connection between 2 unix
  9. machines. It isn't sl/ip. It runs entirely in user mode. It requires
  10. no kernel support on either end, and no root access on either end. It
  11. is built to run over a modem to connect a non-internet machine with an
  12. internet machine. If this is your situation, and you don't have
  13. slip/ppp then term is for you.
  14.  
  15. Term is run at both ends, and does multiplexing, error correction, and
  16. compression across the serial link between them. Designed to be as
  17. efficient as possible, and have good response time, even over slow
  18. modems. (I run it over a 2400 baud modem).
  19.  
  20. Note that it behaves the same from both ends. A user on either machine
  21. can connect to the other.
  22.  
  23. The term program runs as a server. A unix-domain socket is opened and
  24. bound to support communication between client processes and the
  25. server.
  26.  
  27. There are five clients currently written:
  28.  
  29.     trsh
  30.     Just runs a shell on the remote end. Like a normal login.
  31.  
  32.     tupload <local file> <remote file>
  33.     Uploads a file. takes the name of the local file and the optional
  34.     arg is the name of the remote file.
  35.  
  36.     txconn
  37.     Hangs around in the background waiting for X connections. re-directs
  38.     then to the local X server. Intended to be run on the remote machine.
  39.  
  40.     tredir
  41.     Lets you alias a port on one system to another. I.e. 'redir 4000 23'
  42.     run on host 'a' means that anyone telneting to port 4000 on 'a',
  43.     will get a login prompt of machine 'b'.
  44.