Which FTP names are recognized as anonymous users in vsftp when the option anonymous_enable is set to yes in the configuration files? (Choose two.)
Which FTP names are recognized as anonymous users in vsftp when the option anonymous_enable is set to yes in the configuration files? (Choose two.)
In vsftpd (Very Secure FTP Daemon), when the option anonymous_enable is set to yes in the configuration files, the usernames 'anonymous' and 'ftp' are recognized as anonymous users. This allows anonymous users to log in using either of these usernames.
A and B are correct! edit the following option in /etc/vsftpd/vsftpd.conf file to allow anonymous downloads. Make sure you have the following entries. anonymous_enable=YES This option controls whether anonymous logins are permitted or not. If enabled, both the usernames ftp and anonymous are recognized as anonymous logins.
In vsftpd (Very Secure FTP Daemon) when the option anonymous_enable is set to "yes" in the configuration files, the following usernames are recognized as anonymous users: A. anonymous B. ftp So, options A and B are recognized as anonymous usernames in vsftpd.