Firewall Bypass XCLIP File Transfers
cat /opt/my/file |base64 -w 0 | xclip - selection primary
vi myfile.b64
base64 -d myfile.b64 > fileLast updated
Was this helpful?
cat /opt/my/file |base64 -w 0 | xclip - selection primary
vi myfile.b64
base64 -d myfile.b64 > fileLast updated
Was this helpful?