jw-pkg/src/python/jw/pkg
Jan Lindemann 825dd1449c lib.FileTransfer: Split from ExecContext
ExecContext has get() / _get() and put() / _put(), which make a fine
API for a file transfer class. A class supporting file transfer
should not, however, be forced to implement _run() and _sudo(), so
place this functionality in a new class FileTransfer, and derive
ExecContext from it.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-04-16 12:57:32 +02:00
..
cmds lib.base: Add module 2026-04-16 12:57:04 +02:00
lib lib.FileTransfer: Split from ExecContext 2026-04-16 12:57:32 +02:00
App.py lib.base: Add module 2026-04-16 12:57:04 +02:00
Makefile jw.pkg: Add Makefile 2025-11-28 15:34:24 +01:00