Internet Direct (Indy) Version 9.0.2 Beta
TIdFTPServer.AllowAnonymousLogin
Indicates if "Anonymous" accounts are supported in the FTP server.

property AllowAnonymousLogin: Boolean;
Description
AllowAnonymousLogin is a Boolean property that indicates if the FTP server implementation allows client connections using accounts names found in AnonymousAccounts. AllowAnonymousLogin is used in the command reply handler for the FTP USER command, and updates properties in the client connection thread to indicate the UserType for the account.

When AllowAnonymousLogin is False, accounts names and passwords will be authenticated using UserAccounts, or the OnUserLogin event handler when UsetrAccounts are not assigned.

The default value for AllowAnonymousLogin if False, as assigned in the Create constructor.