Commit graph

5 commits

Author SHA1 Message Date
adam
b95ad8ef8c py-scp: updated to 0.13.0
0.13.0:
- 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
2018-12-03 19:37:26 +00:00
adam
c60eabb39f py-scp: updated to 0.12.1
0.12.1:
Fix progress callback failing when it is an instance or class method

0.12.0:
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()
2018-10-14 16:00:29 +00:00
adam
fc4af76ef2 py-scp: updated to 0.11.0
0.11.0:
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
2018-08-15 11:15:15 +00:00
adam
ff1fed5f87 Clean-up: this package should work on Python 3.x 2017-10-16 11:37:21 +00:00
he
793bfc80f4 Add py-scp version 0.10.2 from pkgsrc-wip.
Py-scp is a pure python scp module.

The scp.py module uses a paramiko transport to send and recieve
files via the scp1 protocol. This is the protocol as referenced
from the openssh scp program, and has only been tested with this
implementation.
2017-06-07 09:43:15 +00:00