Internet Direct (Indy) Version 9.0.2 Beta
TIdFTPUserType
Represents the type of user account used for the threaded client connection.

TIdFTPUserType = (utNone, utAnonymousUser, utNormalUser);
Description
TIdFTPUserType is an enumerated type that represents the type of user account that has connected to the FTP server in a threaded client connection. TIdFTPUserType can contain one of the following values and associated meanings:

TIdFTPUserType is the type used to represent the TIdFTPServerThread.UserType property for the client connection thread. A TIdFTPUserType value is assigned to TIdFTPServerThread.UserType when the server used Command handlers to respond to the FTP USER command. The same value is used when the FTP USER command is issues and the server must authorize the account using credentials from the client connection.