Forum Discussion
Altera_Forum
Honored Contributor
19 years agoFTP Server Can't List File
Hi, All! The FTP server in the uClinux of our Nios II platform has worked successfully. But when I use the FlashFXP ftp client to list the exist file in the ftp server, I can't see any...
Altera_Forum
Honored Contributor
19 years agoftp 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!