[This is preliminary documentation and subject to change]

IIsFtpInfo

Some metabase properties associated with the FTP service are stored at the Info subkey of the MSFTPSVC key. You can use the IIsFtpInfo object to set values for these properties.

The IIsFtpInfo object is an ADSI object, but not an ADSI container object.

ADsPath
IIS://MachineName/MSFTPSVC/Info

where MachineName can be any name or "LocalHost."

Syntax

varReturn=object.Method

 

Parts
varReturn
A variable that receives the return value from the method.
object
A variable that contains the IIsFtpInfo object, usually as a result of a previous GetObject operation.
Method
The object method chosen.
Properties
ADSI Object Properties 

Metabase Properties
LogModuleList 

Methods
ADSI Object MethodsStandard methods for ADSI objects.


© 1997-2001 Microsoft Corporation. All rights reserved.