(M)  s i s t e m a   o p e r a c i o n a l   m a g n u x   l i n u x ~/ · documentação · suporte · sobre

  Next Previous Contents

11. Communications Programs And Utilities

11.1 List of Software

Here is a list of some communication software you can choose from, available via FTP, if they didn't come with your distribution.

  • ecu - a communications program
  • C-Kermit - portable, scriptable, serial and TCP/IP communications including file transfer, character-set translation, and zmodem support
  • gkermit Tiny GPLed kermit run only from the command line. Can't connect to another computer
  • minicom - telix-like communications program
  • seyon - X based communication program
  • xc - xcomm communication package
  • term and SLiRP offer TCP/IP functionality using a shell account.
  • screen is another multi-session program. This one behaves like the virtual consoles.
  • callback is where you dial out to a remote modem and then that modem hangs up and calls you back (to save on phone bills).
  • mgetty+fax handles FAX stuff, and provides an alternate ps_getty.
  • ZyXEL is a control program for ZyXEL U-1496 modems. It handles dialin, dialout, dial back security, FAXing, and voice mailbox functions.
  • SLIP and PPP software can be found at ftp://metalab.unc.edu/pub/Linux/system/network/serial.

11.2 kermit and zmodem

For use of kermit with modems see the Modem-HOWTO. One can run zmodem within the kermit program. To do this (for ttyS3), add the following to your .kermrc file:

define rz !rz < /dev/ttyS3 > /dev/ttyS3
define sz !sz \%0 > /dev/ttyS3 < /dev/ttyS3
Be sure to put in the correct port your modem is on. Then, to use it, just type rz or sz <filename> at the kermit prompt.


Next Previous Contents