1
vote
1answer
534 views

How move files through text (base64, etc)?

Why don't these work when trying to copy a file from one location to another? 1) Base64 encode the file at source, write (binary or ascii) base64 decoded at destination. 2) Open file in notepad, ...