Download List

專案描述

pywrat (Python Wrappers for Remote Access Tools)
is a set of wrappers that can be used for
accessing remote hosts. They use ssh and scp for
remote shell and file system access and can be
used as a generalized access method with a single
configuration file for all host, user, and key
setups. The wrappers are intended to simplify
remote access in shell scripts, but it is also
possible to use the wrapper modules directly from
Python programs.

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.

2005-01-20 23:19
0.1.7

This release slightly improves automatic configuration of the Python modules.
標籤: Minor feature enhancements

2004-12-05 15:50
0.1.6

The documentation was updated to include new and
changed options.
標籤: Documentation

2004-12-02 21:23
0.1.5

This release improves support for session multiplexing in OpenSSH 3.9. With the addition of the 'check_multiplex' configuration directive, it's now easy to configure all pywrat commands to automatically set up a master connection for session multiplexing if one isn't already available. Apparently, OpenSSH does not include such a feature.
標籤: Minor feature enhancements

2004-12-01 11:05
0.1.4

This release adds support for environment setup and clean
up for all pywrat commands. That is particularly useful if
pywrat is used in combination with the "session multiplexing"
feature available in OpenSSH versions 3.9 and later. Then
the environment setup can be used to make sure that the
master connection is available so that multiplexing can
continue.
標籤: Minor feature enhancements

2004-11-26 12:04
0.1.3

This release adds support for 'fsh' to considerably speed up
repeated connections to the same remote host.
標籤: Minor feature enhancements

Project Resources