Ask a Question related to Mac Programming, Design and Development.
-
rufio #1
how to ping on older macos?
Hi all!!
How can I ping a host from java program on macos older than X?
I know there are some diagnostic utils but is there a simple way to ping
and not opening any windows?
PS I'm not a mac user nor mac programmer so please be specific, thanx.
Regards, Rufio
--
nmap -sS -O -p80,81 [url]www.microsoft.com[/url]
[..]
Running: Linux 2.5.X
OS details: Linux Kernel 2.4.18 - 2.5.70 (X86)
rufio Guest
-
Net::Ping
Using this module to test SMTP (port 25) connections, I want to close the connection gracefully instaed of simply closing the connection. Is there... -
Dir 8.5 - MacOS 9.2 projector in MacOS X Classic
hi: does anybody has run a projector made with Director 8.5 - MacOS 9.2 in MacOS X Classic? any problems like autorun or Xtras? tia, David... -
Free FTP clients for MacOS 7.5.5 .. MacOS 9 ?
Hello ! I am looking for "the" best FREE FTP client I) for MacOS 7.5.5 with OpenTransport 1.3 ( important for me, as this is the freely... -
Older Mac OS versions and older Macs
Is there any advantage to using older versions of Mac OS with older Macs? Obviously you can't use OSX with an old 8500/120, but (for example) would... -
can't ping lan
Hi I'm trying to set up IP masquerading. I had it set up under a previous install, but I can't get it going now. The problem seems to be related... -
Mark Haase #2
Re: how to ping on older macos?
In article <bkvs0v$13$3@opal.futuro.pl>,
rufio <ruf(dziesi??)@usun.op.pl> wrote:
you can just send an ICMP packet from your java application..and time> Hi all!!
>
> How can I ping a host from java program on macos older than X?
> I know there are some diagnostic utils but is there a simple way to ping
> and not opening any windows?
>
> PS I'm not a mac user nor mac programmer so please be specific, thanx.
>
> Regards, Rufio
the response with a socket
Mark Haase Guest
-
rufio #3
Re: how to ping on older macos?
on Fri, 26 Sep 2003 17:57:57 GMT Mark Haase <mehaase@earthlink.net>
wrote:
LOL: I didn't mean THAT specific, on the other hand this looks like only> In article <bkvs0v$13$3@opal.futuro.pl>,
> rufio <ruf(dziesi??)@usun.op.pl> wrote:>> > PS I'm not a mac user nor mac programmer so please be specific,
> > thanx.
> >
> > Regards, Rufio
> you can just send an ICMP packet from your java application..and time
> the response with a socket
solution.
Do I have to use openTransport via directLibrary (or what was its name?)
or there is better way?
Regards, Rufio
--
nmap -sS -O -p80,81 [url]www.microsoft.com[/url]
[..]
Running: Linux 2.5.X
OS details: Linux Kernel 2.4.18 - 2.5.70 (X86)
rufio Guest



Reply With Quote

