Kalpana Kalpana (Editor)

Tera Term

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Original author(s)
  
T. Teranishi

Development status
  
Active

Developer(s)
  
Tera Term Project

Initial release
  
1994; 23 years ago (1994)

Stable release
  
4.93 / November 30, 2016; 3 months ago (2016-11-30)

Repository
  
svn.osdn.jp/svnroot/ttssh2/trunk/

Tera Term (rarely TeraTerm) is an open-source, free, software implemented, terminal emulator (communications) program. It emulates different types of computer terminals, from DEC VT100 to DEC VT382. It supports telnet, SSH 1 & 2 and serial port connections. It also has a built-in macro scripting language (supporting Oniguruma regular expressions) and a few other useful plugins.

Contents

History

The first versions of Tera Term were created by T. Teranishi from Japan. At the time, it was the only freely available terminal emulator to effectively support the Japanese language. Original development of Tera Term stopped in the late 1990s at version 2.3, but other organizations have created variations.

In October 2002, Ayera Technologies released TeraTerm Pro 3.1.3 supporting SSH2 and added multiple other features like a built-in web server for API integration with external systems, recurring "keep-alive" commands, and ODBC database support via the TT Macro Scripting Language. Ayera Technologies did not make their source open, but does provide limited technical support.

In 2004, Yutaka Hirata, a software designer from Japan, restarted development of the open source version of Tera Term. He added his own implementation of SSH2 and many new features on top of what was part of version 2.3. A complete list of them is published on TeraTerm Document.

To avoid confusion with version numbers and to indicate that Tera Term developed by Yutaka was more recent than version 3.1.3 from Ayera Technologies, it was decided to give this branch of Tera Term Professional version numbers starting 4.xx.

In January 2005, Boris Maisuradze, together with Yutaka Hirata, started the TeraTerm Support forum where they answer questions from Tera Term users. Posting in this forum is the best way to suggest new features for Tera Term or propose new commands for the Tera Term Macro language.

Since 2007, Tera Term has been maintained by Tera Term Project (Japanese Developer team) as open source software.

Tera Term has comparable features to PuTTY and SecureCRT.

Example macro code

getpassword 'username.dat' 'myusername' username getpassword 'password.dat' 'mypassword' password UsernamePrompt = 'ogin:' PasswordPrompt = 'assword:' inputbox 'Directory path & name followed by ' 'Logging Directory' ; Default directory path for the log files C:Logs ;loggerpath = 'C:Logs' loggerpath = inputstr strcompare loggerpath '' if result = 0 then loggerpath = 'C:Logs' endif messagebox loggerpath logfile'

Common versions

  • 1.4 Last version supporting Win16; source available in Pascal
  • 2.3 Last version released by T. Teranishi
  • 3.1.3 Last version released by Ayera. Has issues with scroll window boundaries. Title bar identifies it as version 3.1
  • 4.xx Latest OSDN release
  • References

    Tera Term Wikipedia