Step-1: Install the vsftpd package For FTP service
# yum -y install vsftpd
Step-2: Enable the vsftd service
# systemctl enable vsftpd.service
# systemctl start vsftpd.service
Step-3:Open the ports in firewalld
# firewall-cmd --add-port=21/tcp --add-port=3000-3500/tcp --permanent
Step-4:Restart the FTP
# systemctl start vsftpd.service
# yum -y install vsftpd
Step-2: Enable the vsftd service
# systemctl enable vsftpd.service
# systemctl start vsftpd.service
Step-3:Open the ports in firewalld
# firewall-cmd --add-port=21/tcp --add-port=3000-3500/tcp --permanent
Step-4:Restart the FTP
# systemctl start vsftpd.service
No comments:
Post a Comment