Hi
I have a bunch of ip addresses (123.456.789 etc).
What is the quickest way to get all the host names? I need to do this regularly.
Thanks
Malcolm
well, I don't know how quick this is, but gethostbyaddr(String ip) works well for a single address. I use it on medium length (50-100) lists of addresses regularly.