mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-28 14:15:23 +02:00
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 45001144d7 |
lib.ec.Curl: Add class
Add class Curl as the first pure FileTransfer class without _run() / _sudo(). It doesn't use any PycURL / libcurl-like binding, but runs the curl binary in a subprocess. That looks the most portable still. Signed-off-by: Jan Lindemann <jan@janware.com> |