property Username: string;
Description
User name is used as an authentication identity when logging into the FTP server.
Password for user authentication is specified in the Password property.
These values are sent to the FTP server using the USER and PASS commands in the Login method.
See Also
Login
Password