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 ago --- Quote Start --- originally posted by jwlam@Mar 2 2007, 12:06 AM may i know how you access it in ms-dos prompt?
c:\documents and settings\jwlam>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)): ftp
500 'user ftp': command not understood.
login failed.
ftp> quit
500 'user ftp': command not understood.
c:\documents and settings\jwlam>
i keep getting this error no matter wat i input. pls advise.
thx!
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=21955)</div> --- Quote End --- In MS-DOS mode: ftp 192.168.0.192 Connected to 192.168.0.192. 220- Welcome to the uClinux ftpd! 220 uClinux FTP server (GNU inetutils 1.4.1) ready. User (192.168.0.192:(none)): anonymous 331 Guest login ok, type your name as password. Password: 230 Guest login ok, access restrictions apply. ftp> ls 200 PORT command sucessful. 550 No files found. ftp> quit 221 Goodbye.