FTP -- Configure anonymous-only download

Enabling anonymous-only download appears to be enabled by default, so I am not sure why this is an objective. Below are the steps needed in case it isnt in the future.

  1. Install packages – yum install vsftpd ftp
  2. Edit /etc/vsftpd/vsftpd.conf
    1. Find the line anonymous_enabled and set it to YES
    2. Ensure anon_upload_enabled is set to NO
  3. Restart ftp – service vsftpd restart

Comments