CentOS / RHEL 7 : How to Install and Configure FTP Server ( vsftpd )

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

No comments:

Post a Comment

T he primary difference is that  Linux  and  Unix  are two different Operating Systems though they both have some common commands. Let...