I tried training a classifier, then found a better solution.
Setup a configuration file. Each section defines settings for a module. There are two types of actors: sources and sinks: Sources emit text lines, sinks deal with the lines. Reference the ...
Local → Remote Files are streamed as chunked tar batches over SSH. Remote runs tar xf - to extract on the fly Remote → Local Remote runs tar cf -, local extracts with streaming extraction — files ...