Re: Resolving the IP Address (General questions)
For example...
Users of my program will type in Server54 , the users have no idea what the actual IP Address is.
Then wodSSH will connect to Server54
However, later in my program I need to know what the actual IP Address is for Server54 so that I can use it for other functions.
But at this point all I have is the name Server54
Is there a way to get wodSSH to tell me what it resolved the IP Address to be? This would save me from having to add code to do the lookup.
Thanks