crl.remotescript

Robot test library for executing shell commands and scripts over SSH and Telnet and transferring files over SFTP, SCP and FTP protocols


Keywords
SSH, Telnet, SFTP, FTP
License
BSD-3-Clause
Install
pip install crl.remotescript==1.0.3

Documentation

https://travis-ci.org/nokia/crl-remotescript.svg?branch=master

README

crl.remotescript is a library for executing shell commands and scripts over SSH and Telnet and transferring files over SFTP, SCP and FTP protocols.

Main interface is crl.remotescript.RemoteScript, while multi-node specific extensions are implemented in crl.remotescript.FP.

Documentation

Documentation for crl.remotescript can be found from Read The Docs.

Installation

crl.remotescript library can be installed with pip:

pip install crl.remotescript

Contributing

Please see contributing for development and contribution practices.

The code and the issues are hosted on GitHub.

The project is licensed under BSD-3-Clause.