Navigation: Command Line Applications > CheckTCP > Usage |
Command Line Parameters
checktcp hostname | ipaddress port /show /timeout:timeout
Examples
Example 1: Check whether port 25 on host smtp.aol.com is open
checktcp smtp.aol.com 25
Example 2: Check whether port 25 on host mail.hotmail.com is open and display data
checktcp mail.hotmail.com 25 /show
Sample Output
c:\>checktcp mail.hotmail.com 25 /show ------------------------------------------------------------- CheckTCP V1.0 by NETIKUS.NET [ compiled on May 9 2004 ] (support@netikus.net) ------------------------------------------------------------- Command-line utility to check whether a TCP port is open.
Status: mail.hotmail.com:25 is open Data: 220 mc9-f37.hotmail.com Microsoft ESMTP MAIL Service, Version: 5.0.2195.6824 ready at Sun, 9 May 2004 19:11:01 -0700 |