On Tue, Jul 15, 2008 at 6:29 PM, Joe Yoder <[EMAIL PROTECTED]> wrote:
> My simple app looks up the IP address of a machine that runs a HotSync 
> server.  I would like it to verify that the HotSync server is actually 
> functional before it reports the address.  If the machine is locatable but 
> the server is not functional the report should explain that fact.
>
> Does someone happen to know if there is a way to determine if a Palm Hotsync 
> server is functional?

Hotsync appears to listen on TCP port 14237 (check Google for more
info...).  You could try connecting to that port.  If the connect
fails it's not running.

You can check this from the cmd prompt:

telnet servername 14237

It will fail if there's no service listening on that port.

-- 
Paul


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to