check if remote host is up in python
Posted
by ed1t
on Stack Overflow
See other posts from Stack Overflow
or by ed1t
Published on 2010-03-28T23:40:56Z
Indexed on
2010/03/28
23:43 UTC
Read the original article
Hit count: 167
How would I check if the remote host is up without having a port number? Is there any other way I could check other then using regular ping.
There is a possibility that the remote host might drop ping packets
© Stack Overflow or respective owner