2021-07-26 19:35:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-scp: updated to 0.13.6
0.13.6 (2021-07-09)
- Fix put when the source directory has a trailing slash. It will now work \
similarly to rsync, copying the contents of the directory.
0.13.5 (2021-06-28)
- Fix extra space sent in SSH command-line for `get()`, causing issues on some \
servers
0.13.4 (2021-06-08)
- Add `scp_command` attribute, allowing changing the command run on the server \
(for example to `sudo scp`)
|
2020-12-09 17:51:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-scp: updated to 0.13.3
0.13.3 (2020-10-26)
- Fix hanging when underlying paramiko channel is closed
|
2019-04-09 12:53:29 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-scp: updated to 0.13.2
0.13.2:
- Fix AssertionError in recursive get() when _rename is set and server sends a \
POPD at the end (_depth > 0)
|
2019-03-13 18:50:45 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-scp: updated to 0.13.1
0.13.1:
- Guard against some malformed messages from the server
|
2018-12-03 20:37:26 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
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-10-14 18:00:29 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
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-08-15 13:15:15 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
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
|
2017-10-16 13:37:21 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Clean-up: this package should work on Python 3.x
|
2017-06-07 11:43:15 by Havard Eidnes | Files touched by this commit (4) |
Log message:
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.
|