FTP 서비스 일시 중지

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

이 작업은 FTP 서비스가 현재 시작된 경우 서비스를 일시 중지합니다.

Element properties:

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

Member Modules:

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

Source Code:

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