[This is preliminary documentation and subject to change]
The Start method of the IIsFtpServer object starts the server operation.
IIsFtpServer.Start
<%
Dim ServerObj
'Start the second FTP server.
Set ServerObj = GetObject("IIS://LocalHost/MSFTPSVC/2")
ServerObj.Start
%>
Pause, IIsFtpService, Stop, Status