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