in reply to IIS (Internet Information Services)
more info hereuse strict; use Win32::OLE; my $IIS = Win32::OLE->GetObject("IIS://servername/W3SVC/0"); $IIS->Stop();
But for statistics, like which users are currently connected via FTP, I would use Win32::PerfLib and look at the counters available for IIS.
|
|---|