Problem scenario
You want to use a Red Hat Enterprise Linux server to be an FTP server. You have a RHEL instance in AWS. How do you configure this server to serve as an FTP server?
Solution
1. Run this command: sudo yum -y install vsftpd
2. Run the commands below but replace contint with the username of your choice. You will need to respond to a password prompt too.
…
Continue reading “How Do You Set up an FTP Server on an RHEL Server Running in AWS?”