Board index » delphi » Ping, Echo and privileges

Ping, Echo and privileges

The Indy 9.0 documentation says that TIdIcmpClient.Ping requires
administrator privileges on W2k and WXP.  Since Ping seems to be just a
wrapper for an echo request is this also true for TIdEcho?

--

Quidquid latine dictum sit, altum videtur.

 

Re:Ping, Echo and privileges


Quote
"DRS" <d...@removethis.ihug.com.au> wrote in message news:3d18c665_1@dnews...
> The Indy 9.0 documentation says that TIdIcmpClient.Ping requires
> administrator privileges on W2k and WXP.  Since Ping seems to be just a
> wrapper for an echo request is this also true for TIdEcho?

No. Echo uses either a TCP- or  UDP-based client.  While the functionality
might seem the same, the echo protocol does not rely on ICMP packets or
require any special privileges ion Win2K or WinXP.

hth...
--
Don

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.370 / Virus Database: 205 - Release Date: 6/5/2002

Re:Ping, Echo and privileges


"Don Siders [Team Indy]" <side...@att.net> wrote in message
news:3d190e09$1_1@dnews...
Quote
> "DRS" <d...@removethis.ihug.com.au> wrote in message

news:3d18c665_1@dnews...

Quote

> > The Indy 9.0 documentation says that TIdIcmpClient.Ping requires
> > administrator privileges on W2k and WXP.  Since Ping seems to be just a
> > wrapper for an echo request is this also true for TIdEcho?

> No. Echo uses either a TCP- or  UDP-based client.  While the functionality
> might seem the same, the echo protocol does not rely on ICMP packets or
> require any special privileges ion Win2K or WinXP.

> hth...

Thanks, it helps a great deal.  I need to test the link to the server and
ping/echo is the obvious way to do it.  I'm surprised though that Ping has
been implemented thus since Echo doesn't have that restriction.  Now, if I
can get some advice on my 'Dealing with FTP "hanging"' post I'll be set. :-)

--

Quidquid latine dictum sit, altum videtur.

Other Threads