Uuencode/uudecode: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Linux =Overview= Utilities are used to transmit binary files over transmission mediums that do not support other than simple ASCII data. The...")
 
Line 8: Line 8:


=To Encode=
=To Encode=
uuencode -m -o transit.txt ./payload.json payload.json


=To Decode=
=To Decode=


The uudecode utility ignores any leading (preceding "begin-base64") and trailing (following "====") lines.
The uudecode utility ignores any leading (preceding "begin-base64") and trailing (following "====") lines.

Revision as of 19:41, 25 February 2018

Internal

Overview

Utilities are used to transmit binary files over transmission mediums that do not support other than simple ASCII data. They support the "traditional" uuencoding algorithm and the base64 method.

To Encode

uuencode -m -o transit.txt ./payload.json payload.json

To Decode

The uudecode utility ignores any leading (preceding "begin-base64") and trailing (following "====") lines.