fichier netcat
nc -l -p 1234 > out.file
// Sender
nc -w 3 [destination ip] 1234 < out.file
Arrogant Ape
nc -l -p 1234 > out.file
// Sender
nc -w 3 [destination ip] 1234 < out.file