Firewall Bypass XCLIP File Transfers

cat /opt/my/file |base64 -w 0 | xclip - selection primary
vi myfile.b64
base64 -d myfile.b64 > file

Last updated

Was this helpful?