Modify an FTP Virtual Directory Metabase Property in Windows
You can use any of the VBScript programs below in ActiveXperts Network Monitor. Click here for an explanation about how to include scripts in ActiveXperts Network Monitor.
Modify an FTP Virtual Directory Metabase Property in Windows using VBScript, WMI and LDAPExample(s)
strComputer = "LocalHost" Set objDirectory = GetObject("IIS://" & strComputer & _ "/MSFTPSVC/1012388136/root") objDirectory.FtpDirBrowseShowLongDate = TRUE objDirectory.SetInfo