how to configure ftp server in linux redhat 7 step by step command

FTP is used to transfer files between computers on a network. You can use FTP to exchange files between computer accounts, transfer files between an account and a desktop computer, or access online software archives. => Install vsftpd for FTP Server => #yum install vsftpd.x86_64 –y => Then start the service => #systemctl start vsftpd => Now check the status => #systemctl status vsftpd => #Now check ftp server working or not => #firefox ftp://192.168.1.10( Server IP) => Now you will able to see the data on ftp server Thank You...