๋ชฉ์ฐจ
์ฒจ๋ถ๋ ํ์ผ์ ๋ค์ด ๋ฐ์ผ์ ๋ค์์ cmd๋ฅผ ์คํ์ํค์๊ณ ๋ค์ด๋ฐ์ ํด๋๋ก ์ด๋ํด์ ๋ค์๊ณผ ๊ฐ์ด ์ ๋ ฅํ์๋ฉด ๋ฉ๋๋ค.
FTP์๋ฒ๊ฐ ์ ์ ๋์์ค์ธ์ง, ์๊ฒฉ์ด ์ ์๋์์ค์ธ์ง ๋ฑ์ ๋ํด์ ์ฒดํฌํฉ๋๋ค.
์์ -> ์คํ -> cmd -> tcping ์ฃผ์ or ๋๋ฉ์ธ ํฌํธ๋ฒํธ
tcping.exe - ping over a tcp connection
Usage:
Usage: tcping [-t] [-d] [-i interval] [-n times] server-address [server-port]
-t : ping continuously until stopped via control-c
-n 5 : for instance, send 5 pings
-i 5 : for instance, ping every 5 seconds
-w 100 : for instance, wait 100 milliseconds for a response
-d : include date and time on each line
-b 1 : enable beeps (1 for on-down, 2 for on-up,
3 for on-change, 4 for always)
-r 5 : for instance, relookup the hostname every 5 pings
-s : automatically exit on a successful ping
-v : print version and exit
-d : include date and time on each line
HTTP Options:
-h : HTTP mode (use url without http:// for server-address)
-u : include target URL on each line
-p : use POST rather than GET (to avoid caching)
Debug Options:
-o : use alternate timing function (less precise)
-f : force tcping to send at least one byte
If you don't pass server-port, it defaults to 80.
http://www.elifulkerson.com/projects/tcping.php
๋๊ธ