Transferência de arquivos SOCAT
# sender
socat TCP4-LISTEN:443,fork file:secret_passwords.txt
# receiver
socat TCP4:10.0.3.15:443 file:received_secret_passwords.txt,create
Lively Lion