Read and write data across network connections using TCP or UDP
Utility for managing network connections
nc
netcat
$ nc -l 8080
$ nc example.com 80
$ nc -l 5000 > received_file.txt && nc sender_host 5000 < file_to_send.txt