By default, firewalld
blocks access to the ports used by the web server.
To configure firewalld
to allow ftp
access, run the following command(s):
firewall-cmd --permanent --add-service=ftp
Then run the following command to load the newly created rule(s):
firewall-cmd --reload