jw-pkg/src
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
..
python lib.FileTransfer: Split from ExecContext 2026-04-16 12:57:32 +02:00
Makefile projects.py: Move bulk of code into module 2025-11-15 11:08:52 +01:00