Encoding and decoding files for transfer
Use the uuencode and uudecode commands to prepare files for transmission by modem.
The commands work in tandem. The uuencode command transforms binary files into ASCII files. These files can be sent by the mail facility to a remote system.
With the uudecode command, the receiving user converts ASCII-encoded files back to binary format.