Download List

项目描述

Exscript is a scripting language for automating network connections over protocols such as Telnet or SSH. It is in some ways comparable to Expect, but has some unique features that make it a lot easier to use and understand for non-developers. It supports parallelization, logging, authentication mechanisms, and a lot more.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-03-11 07:03
2.1

该协议API是大大改善和处理在一个更强大的方式迅速匹配。互动式连接的支持增加了。 Exscript现在包括Telnet和SSH服务器。 Exscript.util.mail已发送带有附件的邮件支持。对于系统管理员和开发人员增加了许多新的实用程序。大多数外部的依赖已被删除:Exscript现在只需要Paramiko和Python -加密。为SSH版本1支持被删除。
The protocol API was vastly improved and handles prompt matching in a much more robust manner. Support for interactive connections was added. Exscript now includes Telnet and SSH servers. Exscript.util.mail has support for sending mail with attachments. Numerous new utilities for sysadmins and developers were added. Most external dependencies have been removed: Exscript now only requires Paramiko and python-crypto. Support for SSH version 1 was removed.

2010-03-05 08:49
2.0

此版本是行之有效的,并已被证明是强大的,所以使用在生产环境中的鼓励。 Python的空气污染指数已全面改革,并提出了简化。新的API是有据可查的。使用Python网络管理员增加了无数的事业。举例来说,现在是微不足道的生成报告和电子邮件,记录,更可配置,对阅读和写作输入和输出文件增加了新的职能,和用户交互的简化。
标签: Major
This release is well tested and has already proven to be robust, so use in a production environment is encouraged. The Python API has been completely overhauled and made a lot simpler. The new API is well documented. Countless utilities for network administrators using Python were added. For example, it is now trivial to generate reports and email, logging is more configurable, new functions for reading and writing input and output files were added, and user interaction was simplified.

2007-12-13 19:51
0.9.11

华为路由器支持的补充。现在可以使用不同的身份验证和授权密码,使用AAA级。它现在可以跳过验证程序。正则表达式修饰符的支持增加了。操作系统和设备的检测机制进行了改进。许多错误也得到了修复。
标签: Major feature enhancements
Support for Huawei routers was added. It is now possible to use a different authentication and authorization passwords when using AAA. It is now possible to skip the authentication procedure. Support for regular expression modifiers was added. The operating system and device detection mechanism was improved. Many bugs were fixed.

2007-09-27 00:41
0.9.10

此版本修复了非常破碎的最后一个版本,它曾在翻译的许多错误。 “,而”和“到”循环现在工作在“不逃避”运营商正则表达式,并在一些算术运算是固定的,和臭虫。
标签: Major bugfixes
This release fixes the very broken last release, which had many bugs in the interpreter. "while" and "until" loops now work, and bugs in the "is not" operator, in regular expression escaping, and in some arithmetic operations were fixed.

2007-09-25 17:25
0.9.9

SSH的适配器是完全重新设计,现在应该就等同于在Telnet适配器。在Telnet适配器现在支持终端类型的谈判。Exscript现在完全支持Python的“= 2.2。SSH的支持,现在是可选的。该分析器错误处理大为改善,更多的错误,现在应该在编译时检测到。及时识别进一步改善。字符串串联现在可以使用“。”经营者。 “中的”和“经营者”不通过搜索列表增加了。还有更多的功能,并增加了许多错误是固定的。
标签: Major feature enhancements
The SSH adapter was completely reworked and should
now be on par with the Telnet adapter. The Telnet
adapter now supports terminal type negotiation.
Exscript is now fully supported on Python >= 2.2.
SSH support is now optional. The error handling of
the parser was greatly improved, and more errors
should now be detected at compile time. Prompt
recognition was further improved. Strings may now
be concatenated using the "." operator. The "in"
and "not in" operators for searching through a
list were added. Many more features were added and
many bugs were fixed.

Project Resources