Skip to content

Latest commit

 

History

History
91 lines (67 loc) · 2.45 KB

SSHLibrary-3.3.0.rst

File metadata and controls

91 lines (67 loc) · 2.45 KB

SSHLibrary 3.3.0

SSHLibrary is a Robot Framework test library for SSH and SFTP. SSHLibrary 3.3.0 is a new release with SCP support and a few smaller fixes and enhancements. All issues targeted for SSHLibrary v3.3.0 can be found from the issue tracker.

If you have pip installed, just run

pip install --upgrade robotframework-sshlibrary

to install the latest release or use

pip install robotframework-sshlibrary==3.3.0

to install exactly this version. Alternatively you can download the source distribution from PyPI and install it manually.

SSHLibrary 3.3.0 was released on Tuesday February 19, 2019.

Most important enhancements

The most important feature is the support for SCP (#137). It can be enabled by setting the scp argument to TRANSFER or ALL (if SFTP is disabled entirely).

Acknowledgements

Thank you @p74 and @mtango for helping with testing and feedback for the pre-release versions!

Full list of fixes and enhancements

ID Type Priority Summary
#137 enhancement high Support for SCP
#284 bug medium Index handling issue for multiple connections
#299 enhancement medium Add posibility to restrict binding to specific interface when using tunneling
#297 bug low Put Directory issue with Windows path destination
#283 enhancement low Read SSH hostnames from ~/.ssh/config

Altogether 5 issues. View on the issue tracker.