Indy 9
TIdFTPUserType
Unit: IdFTPServer
Represents the type of user account used for the threaded client connection.
TIdFTPUserType = (utNone, utAnonymousUser, utNormalUser);
Unit
IdFTPServer
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:

  • utNone - No user account type has been determined.

  • utAnonymousUser - The user account is an Anonymous account.

  • utNormalUser - The user account has been authenticated as a normal user account.

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.


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.