Share via


IIsFtpService (ADSI)

You can use the IIsFtpService object to set the metabase property values that control FTP sites and FTP virtual directories. The IIsFtpService object is an ADSI container object.

ADsPath

IIS://MachineName/MSFTPSVC

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 IIsFtpService object, usually as a result of a previous GetObject operation.
  • Method
    The object method chosen.
Can Contain
IIsFtpServer (ADSI) IIsFtpInfo (ADSI)
Properties
Windows ADSI Object Properties
Metabase Properties
AccessFlags DirectoryLevelsToScan
AdminACL DisableSocketPooling
AllowAnonymous DontLog
AnonymousOnly ExitMessage
AnonymousPasswordSync FtpDirBrowseShowLongDate
AnonymousUserName GreetingMessage
AnonymousUserPass IPSecurity
ConnectionTimeout
Log...
LogExtFileFlags LogOdbcDataSource
LogAnonymous LogOdbcPassword
LogFileDirectory LogOdbcTableName
LogFileLocaltimeRollover LogOdbcUserName
LogFilePeriod LogPluginClsid
LogFileTruncateSize LogType
LogNonAnonymous
M-S
MaxClientsMessage ServerBindings
MaxConnections ServerComment
MaxEndpointConnections ServerListenBacklog
MSDOSDirOutput ServerListenTimeout
Realm ServerSize
ServerAutoStart
Methods
Windows ADSI Object Methods Standard methods for ADSI objects.
Windows ADSI Container Object methods Standard methods for ADSI container objects.