IIsFtpServer.Continue (ADSI)
IIsFtpServer (ADSI) 对象的 Continue 方法重新恢复暂停的服务器操作。
语法
IIsFtpServer.Continue
代码示例
<%
Dim ServerObj
'继续第二个 FTP 服务器。
Set ServerObj = GetObject("IIS://LocalHost/MSFTPSVC/2")
ServerObj.Continue
%>
© 1997-2003 Microsoft Corporation。保留所有权利。