Pause

The Pause method of the IIsFtpServer object pauses the server operation.

Syntax

IIsFtpServer.Pause

 

Code Example
<% 
  Dim ServerObj 
  'Pause the second FTP server. 
  Set ServerObj = GetObject("IIS://LocalHost/MSFTPSVC/2") 
  ServerObj.Pause 
%> 
 
See Also

Start, Continue, Stop, Status