in reply to Re^2: netstat on remote with perl (possible?)
in thread netstat on remote with perl (possible?)

Hi,

Probably I'm totally wrong, but I thought that you search for a certain information in the output of your netstat, isn't it?

I don't have an environment to test on, so I just assumed that the output of the netstat command is piped to find and then to findstr.

My proposal was: If piping doesn't work you can grep the information on the perl side and not on the server side.

Sorry, when I was totally wrong with my assumption. Let us see an example output of the netstat and what you want to search for.

Regards
McA