AnonymousOnly Metabase Property
업데이트 날짜: 2005년 8월
적용 대상: Windows Server 2003, Windows Server 2003 with SP1
The AnonymousOnly property specifies whether the service or server restricts access to anonymous FTP users. If the value is set to true, only anonymous users will be allowed to log on to the FTP server. If set to false, users will be allowed to log on using a valid user name, as well as anonymously.
참고 |
|---|
| If the value of AnonymousOnly is set to true, and the value of the AllowAnonymous Metabase Property is set to false, no users will be permitted to log on to the FTP server. |
| Attribute Name | Attribute Value |
|---|---|
|
XML Data Type |
Boolean |
|
WMI Data Type |
Boolean |
|
ADSI Data Type |
Boolean |
|
ABO Data Type |
Boolean |
|
ABO Metabase Identifier |
MD_ANONYMOUS_ONLY |
|
Attributes |
INHERIT |
|
Default Value |
false |
|
MetaFlagsEx |
CACHE_PROPERTY_MODIFIED |
|
User Type |
IIS_MD_UT_ SERVER |
|
ID |
5006 |
Configurable Locations
You can configure this property at the following locations in the IIS metabase.
| Metabase Path | IIS Admin Object Type |
|---|---|
|
/LM/MSFTPSVC/n |
IIsFtpServer |
|
/LM/MSFTPSVC |
IIsFtpService |
|
/LM/SMTPSVC |
IIsSmtpService |
|
/LM/SMTPSVC/n |
IIsSmtpServer |
Code Example
For general code examples, see Code Examples to Configure Metabase Properties.

참고