FTP サービスの一時停止

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

このタスクは、現在開始されている FTP サービスを一時停止します。Nano ではサポートされていません。

Element properties:

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

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Microsoft.Windows.InternetInformationServices.10.0.ControlService Default

Source Code:

<Task ID="Microsoft.Windows.InternetInformationServices.10.0.FTPServer.PauseFTPServerService.Task" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.10.0.FTPServer" Timeout="300" Remotable="false">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="Microsoft.Windows.InternetInformationServices.10.0.ControlService">
<Operation>pause ftpsvc</Operation>
<TimeoutSeconds>60</TimeoutSeconds>
</WriteAction>
</Task>