Continue

The Continue method of the IIsFtpServer object continues the server operation after it has been paused.

Syntax

IIsFtpServer.Continue
 

Code Example

<% 
Dim ServerObj 
' Continue the second FTP server 
Set ServerObj = GetObject("IIS://LocalHost/MSFTPSVC/2" 
ServerObj.Continue 
%> 
 

See Also

Start, Pause, Stop