List FTP Sites

Microsoft.Windows.InternetInformationServices.2008.FTPServer.ListFTPSites.Task (Task)

This task lists all the FTP sites running on this server.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2008.FTPServer
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
Probe ProbeAction Microsoft.Windows.InternetInformationServices.2008.AppCmd.ProbeAction Default

Source Code:

<Task ID="Microsoft.Windows.InternetInformationServices.2008.FTPServer.ListFTPSites.Task" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.2008.FTPServer" Timeout="300" Remotable="false">
<Category>Maintenance</Category>
<ProbeAction ID="Probe" TypeID="Microsoft.Windows.InternetInformationServices.2008.AppCmd.ProbeAction">
<Operation>list site | findstr ftp/</Operation>
<TimeoutSeconds>60</TimeoutSeconds>
</ProbeAction>
</Task>