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 Requirements

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

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

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.
標籤: Major

2007-12-13 19:51
0.9.11

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.
標籤: Major feature enhancements

2007-09-27 00:41
0.9.10

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.
標籤: Major bugfixes

2007-09-25 17:25
0.9.9

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.
標籤: Major feature enhancements

Project Resources