FTP 사이트 나열

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

이 작업은 이 서버에서 실행되는 모든 FTP 사이트를 나열합니다. Nano에서 지원되지 않습니다.

Element properties:

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

Member Modules:

ID Module Type TypeId RunAs 
Probe ProbeAction System.CommandExecuterProbe Default

Source Code:

<Task ID="Microsoft.Windows.InternetInformationServices.10.0.FTPServer.ListFTPSites.Task" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.10.0.FTPServer" Timeout="300" Remotable="false">
<Category>Maintenance</Category>
<ProbeAction ID="Probe" TypeID="System!System.CommandExecuterProbe">
<ApplicationName>cmd.exe</ApplicationName>
<WorkingDirectory/>
<CommandLine>
/c "%WINDIR%\SYSTEM32\INETSRV\APPCMD.EXE list site | findstr ftp/" </CommandLine>
<TimeoutSeconds>60</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
</ProbeAction>
</Task>