[This is preliminary documentation and subject to change]

Start

The Start method of the IIsFtpServer object starts the server operation.

Syntax

IIsFtpServer.Start

 

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

Pause, IIsFtpService, Stop, Status


© 1997-2001 Microsoft Corporation. All rights reserved.