SSH scp module for paramiko
https://github.com/jbardin/scp.py
The scp.py module uses a paramiko transport to send and receive files via the
scp protocol. This is the protocol as referenced from the openssh scp program,
and has only been tested with this implementation.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-scp && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-scp.changes | 0000001482 1.45 KB | |
python-scp.spec | 0000001927 1.88 KB | |
scp-0.13.0.tar.gz | 0000011323 11.1 KB |
Revision 3 (latest revision is 14)
Dominique Leuenberger (dimstar_suse)
accepted
request 684703
from
Tomáš Chvátal (scarabeus_iv)
(revision 3)
- Update to 0.13.1: * Guard against some malformed messages from the server * Remove all introspection logic for progress callback introduced in 0.12 * progress callback only accept 3 arguments again * Introduce progress4 parameter which accepts the peername as 4th argument * Fix progress callback failing when it is an instance or class method * Fix README.rst for PyPI * Add possibility of getting the peer IP and port from the progress callback * Make putfo() work with file-like objects that don't provide getvalue() * Add putfo() method, allowing one to upload a file-like object * Add top-level get() and put() functions for convenience * Increase default socket time from 5 to 10 seconds
Comments 0