Indy 9
|
TIdFTPUserType = (utNone, utAnonymousUser, utNormalUser);
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.