x3270 is an IBM 3270 terminal emulator for the X Window System.
x3270 is an IBM 3270 terminal emulator for the X Window System. It runs on most Unix-like operating systems -- e.g., Linux, Mac OS X, Solaris, and Cygwin. x3270 runs over a TELNET connection, emulating either an IBM 3279 (color) or 3278 (monochrome). It supports: * The full TN3270E protocol * SSL/TLS (via the OpenSSL library) for encrypted sessions * APL2 characters * Non-English character sets, including Russian, Turkish, Hebrew and DBCS Chinese and Japanese * IND$FILE file transfer * NVT mode (emulating a color xterm) * A pop-up keypad for 3270-specific keys * A scrollbar * Printer session integration * Extensive debugging and scripting facilities It does not yet support graphics.
x3270 is an IBM 3270 terminal emulator for the X Window System. It runs on most Unix-like operating systems -- e.g., Linux, Mac OS X, Solaris, and Cygwin. x3270 runs over a TELNET connection, emulating either an IBM 3279 (color) or 3278 (monochrome). It supports: * The full TN3270E protocol * SSL/TLS (via the OpenSSL library) for encrypted sessions * APL2 characters * Non-English character sets, including Russian, Turkish, Hebrew and DBCS Chinese and Japanese * IND$FILE file transfer * NVT mode (emulating a color xterm) * A pop-up keypad for 3270-specific keys * A scrollbar * Printer session integration * Extensive debugging and scripting facilities It does not yet support graphics.
To install x3270, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install x3270
To see what files were installed by x3270, run:
port contents x3270
To later upgrade x3270, run:
sudo port selfupdate && sudo port upgrade x3270
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.