Start FTP command
/bin/service vsftpd start
vi /etc/vsftpd/vsftpd.conf
You should have to enable the option
#anonymous_enable=YES
and make write NO instead of YES
so it will look like
anonymous_enable=NO
Then restart vsftp server and try to login..
I think your problem may be solved
No comments:
Post a Comment