Answers for "netcat file"

0

netcat file

nc -l -p 1234 > out.file

// Sender
nc -w 3 [destination ip] 1234 < out.file
Posted by: Guest on January-07-2022

Browse Popular Code Answers by Language