ftp 192.168.1.12
Connected to 192.168.1.12.
220- Welcome to the uClinux ftpd!
220 uClinux FTP server (GNU inetutils 1.4.1) ready.
User (192.168.1.12:(none)): anonymous
500 'USER anonymous': command not understood.
Login failed.
ftp> quit
500 'USER anonymous': command not understood.
i keep getting the 'command not understood' error. mind to help me check if my settings below are correct?
/> netstat -a
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 *:http *:* LISTEN
tcp 0 0 *:ftp *:* LISTEN
tcp 0 0 *:telnet *:* LISTEN
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node Path
/> cat /etc/group
root:x:0:
ftp:x:50:
/> cat /etc/passwd
root:x:0:0:root:/:/bin/sh
ftp:x:14:50:FTP User:/home/ftp:
/>
Thx!