I have 2 tell you I'm very new here and my unix experience is > 25 years ago.
But I got into my MyBookWorld500 and made ssh permanent, installed Optware and Nano and vsftpd through Optware without any visible problem.
I used the great wiki-guide [http://mybookworld.wikidot.com/vsftpd] and netstat -a | grep ftp gives
tcp 0 0 *:ftp *:* LISTEN so I guess everything should be working but I cannot connect.
When I do ftp://IP:21 I get a connectbox but I cannot use Anonymous and no User/Password combinations work either.
Its just never accepted although this vsftpd.conf (and restarted):
## Allow anonymous FTP? (Beware - allowed by default if you comment this out).
anonymous_enable=YES
## Uncomment this to allow local users to log in.
local_enable=YES
I created the logfile by a touch-command but it stays empty …..
What do I do wrong???