Subject: Re: Reading Ports ! 7/4/2005 9:08 AM PST
Tech-Archive recommends: Fix windows errors by optimizing your registry
sent 7/4/2005 9:08 AM PST
....................................................................
Good evening Team:
According to the lines below, How can I capture the results of the command
netstat from Visual C+6.0 ?
Thanks again
German Medina
+519-662-8500
++++++++++++++++++++++++++++++++++++++++++++++++++++
By: PJ Naughter In: microsoft.public.dotnet.languages.vc
On Fri, 1 Jul 2005 17:09:05 -0700, German
<German@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>Good evening :
>
>How can I know , when some Pc has connected to my pc through some port ?,
>How can I identify what computer is ?? and what port is using ?
>
>Thanks in advanced,
>
>
>
Bring up a command prompt and type "netstat -a". This will list the
ports which are listening on you machine and also who is connected to
them.
Regards,
PJ Naughter
.
Relevant Pages
- Re: Netstat Problem on solaris 5.8
... with any of the display formats. ... You should then be able to find the port with the name without using the option ... we used the following command in shell script: ... The output of netstat on solaris is creating a problem for us ... (comp.unix.solaris) - Re: evidence of trojan infection?
... NETSTAT -A ... the program that opens the port which connects to the Internet. ... | In DOS mode type the command: ... (microsoft.public.win2000.general) - Re: Cant log into remote desktop XDMCP
... I tried the command above, ... made port 177 show up in a netstat, ... for xdmcp requests. ... (comp.unix.solaris) - Re: Netstat Problem on solaris 5.8
... the entry for that port number in /etc/services ... and we made the the changes in our script and now it works well. ... we used the following command in shell script: ... The output of netstat on solaris is creating a problem for us ... (comp.unix.solaris) - Re: Wnidows Server 2003 - I need help in getting the Connection Co
... command if already running. ... it fires off the netstat command for you, sending the results from that to ... SHELL EXEC FUNCTION ON SERVER 2003 - PERMISION PROBLEM!!!!! ... requires administator access we are get file permison problems - ANY ... (microsoft.public.windowsmedia.server) |
|