On Mar 14, 2013, at 9:40 AM, Ben Booth <[email protected]> wrote: > You could probably tweak the above command to use the parallel script to > handle the encoding/decoding instead of uuencode/uudecode, since it's > required to have parallel installed locally and remotely. I'm not sure how > difficult this would be to implement, however.
FYI, MIME::Base64 comes standard with perl, which could probably do the job. It's an XS module, so should be reasonably fast.
