My Tech Notes
Use netcat (nc) to check if remote port is open
nc -vz -w 3 a-remote-host 443
-w Timeout for connects and final net reads. 3 seconds in the above example.
see also
nc (netcat) on Mac OS X 10.8.4 gets stuck
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment