The config file should be in /etc/vsftpd/
I recommend using this for /etc/vsftpd/vsftpd.conf
Code:
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
xferlog_enable=YES
connect_from_port_20=YES
xferlog_std_format=YES
idle_session_timeout=600
chroot_local_user=yes
pam_service_name=vsftpd
listen=YES
tcp_wrappers=YES
Then start the service with:
service vsftpd start