Answers for "check if a port is working"

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 "check if a port is working"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language