The Continue method of the IIsFtpServer object continues the server operation after it has been paused.
IIsFtpServer.Continue
<%
Dim ServerObj
' Continue the second FTP server
Set ServerObj = GetObject("IIS://LocalHost/MSFTPSVC/2"
ServerObj.Continue
%>