Internet Direct (Indy) Version 9.0.2 Beta
TIdFTPServerThread.Password
Represents the account authorization for client connection authentication.

property Password: string;
Description
Password is a String property that represents the account authorization used for authenticating the FTP client connection. Password is read from the client connection and provided to the FTP PASS command reply handler used in the FTP server implementation, or to the OnCommandPASS event handler when UserAccounts are not maintained by the FTP server.

When Username contains the value "anonymous" or "guest", the AccessLevel for the client connection is set to idaAnonymousUser. Otherwise, UserAccounts on the FTP server are used to perform account authorization and determine the AccessLevel for the account.