Robot Framework test library for transferring files via Secure Copy (SCP)
Project description
Robot Framework test library for Secure Copy (SCP)
This library can be used to copy files to and from a remote machine using Secure Copy (SCP). It uses the Paramiko SSH Python library (just like robotframework-sshlibrary) and an SCP wrapper (‘scp’ by James Bardin).
The library does not currently support Jython or IronPython at this time.
Installation
This library may be installed via PyPI or from the source distribution. To install using pip, run:
pip install robotframework-scplibrary
To install from the source distribution, download the repo archive and extract the source and run:
python setup.py install
Example
*** Settings ***
Library SCPLibrary
*** Test Cases ***
Grab Files From My Server
Open Connection 192.168.1.42 username=tyler password=teapot
Get File remotefile.txt localfile.txt
Get File /home/tyler/ mytylerdir/ recursive=True
Close Connection
Put File On My Server
Open Connection 192.168.1.42 username=tyler password=teapot
Put File mytea.txt /home/tyler/
Close Connection
Connection
Before files can be transferred, a connection to remote machine must first be made. A connection can be made with the Open Connection keyword. Both normal username/password authentication and asymmetric key-pair authentication may be used.
Connections should be closed using the Close Connection keyword when they are no longer in use.
File transfer
Files and directories can be uploaded to the remote machine using the Put File or Put Directory keywords or downloaded to the local machine using the Get File keyword.
A connection must be made using the Open Connection keyword before file transfers may be made.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file robotframework-scplibrary-1.2.0.tar.gz
.
File metadata
- Download URL: robotframework-scplibrary-1.2.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a10ab2335004f9dce867b917fd9d1738705896a6b3f552ed109212caf3cd9a1 |
|
MD5 | 85b2ce815f2c6dc614b55566ffeaeda4 |
|
BLAKE2b-256 | 1a06f30e988e9ae9fd0cf77a7c42cd584bfc11eacaf109ff2fbefefba91c0904 |
File details
Details for the file robotframework_scplibrary-1.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: robotframework_scplibrary-1.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a71624cc863aff4c99e3408a052f2f5b596a0e31f02475f3fb923d8b6ca8c895 |
|
MD5 | 74a6f87bcf829f5a9d2aeef9b14c7c34 |
|
BLAKE2b-256 | cbdfe26befc308278e977ad03bfd7e443f36566b2ca59ee2e2296a42b426e342 |