I've read through every forum post about configuring my ftp correctly. I'll go through my steps below. Please let me know where I'm going wrong!
- Get vsftpd (sudo apt-get install vsftpd)
- modify vsftpd.conf to enable listening, writing, local user. Disable anonymous user.
- Add ports in vsftpd.conf (I did 1028-1048 as per another post I read)
- Assign passive IP address using elastic IP.
- In AWS portal, add security inbound ports for 20-21 and 1028-1048.
- Make a new user profile and give it a password.
- Restart vsftpd.
Then I try and login using interarchy, and it still doesn't work. I'm losing my mind over this. Please help.