python3-scp

scp module for paramiko (Python 3)
  https://github.com/jbardin/scp.py
  0
  no reviews



The scp.py module uses a paramiko transport to send and receive files via the scp1 protocol. This is the protocol as referenced from the openssh scp program, and has only been tested with this implementation.

This package contains the Python 3 module for scp.