Stop

The Stop method of the IIsFtpServer object stops the server operation.

Syntax

IIsFtpServer.Stop
 

Code Example

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

See Also

Start, Pause, Continue


© 1997 by Microsoft Corporation. All rights reserved.