środa, 4 maja 2016

Very simple echo server based on nc

on server: nc -l 4444 -k -c 'xargs -n1 echo hello'

on client:  [marek@oc3050801487 ~]$ nc -v 192.168.1.197 4444
Connection to 192.168.1.197 4444 port [tcp/krb524] succeeded!
asd
hello asd

Brak komentarzy:

Prześlij komentarz