Answers for "chack if a port is open windows"

16

check port windows

netstat -aon
Posted by: Guest on August-15-2020
0

check if a port is working

# On the server itself:
netstat -an

# From outside
telnet host port  #Windows 
telnet host:port  #Unix systems
Posted by: Guest on March-22-2022

Code answers related to "chack if a port is open windows"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language