Is it actually possible to programmatically manage the state of an FTP server in IIS7?
- by nbolton
I'm able to manage FTP sites via the IIS manager, however, all attempts so far to manage the state of FTP sites using other means have failed, including:
Using the IIS7 API (Microsoft.Web.Administration)
Using WMI (with IIS6 compatibility enabled)
Using the AppCmd tool in System32\inetsrv
Related questions:
Why am I unable to get Site.State…