nc

Written by

To see if a connection to an IP/port can be established, run

boby@sok-01:~$ nc -vz 1.1.1.1 443
Connection to 1.1.1.1 443 port [tcp/https] succeeded!
boby@sok-01:~$ 

Transfer files between computers with netcat