netcat
**This is an old revision of the document!**
netcat
Simple Example:
on host1: cat file | nc $host2 6666 on host2: nc -l -p 6666 | cat > file # needs to be interrupted with ctrl-c
netcat.1719877681.txt.gz · Last modified: 2024-07-01 by hanez