IIsFtpInfo (ADSI)

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

Parameters

  • 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

Windows ADSI Object Properties

Metabase Properties

LogModuleList

Methods

Windows ADSI Object Methods

Standard methods for ADSI objects.

Requirements

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS