I've seen a few topics about this but unfortunately, the stuff listed there doesn't seem to work for me.
I setup VSFTPD.conf as follows:
Code:
anonymous_enable=NO
local_enable=YES
write_enable=NO
anon_upload_enable=NO
anon_mkdir_write_enable=NO
anon_other_write_enable=NO
chroot_local_user=YES
userlist_enable=YES
userlist_deny=YES
listen=YES
listen_port=21
pasv_min_port=30000
pasv_max_port=30999
I saved it to /etc/vsftpd/vsftpd.conf as instructed previously and I, and people outside of my local network, can ftp to my server and get to the login section but when they type in the username and password, it doesn't work.
I followed the instructions completely here:
http://www.linuxhomenetworking.com/l...ftp-server.htm and the "530 Login Incorrect" is still coming.
If anyone can offer any suggestions, please do... I really want to get this working. If you need more information, please ask as I check the forums daily.
Thanks for any help!