Forum Discussion
FTP Server Can't List File
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!- Msg064842 years ago
New Contributor
Hi,
I got the iniche to work with the ucossi.
I am trying to start the FTP server.
I get strange answers such as
PS C:\Users\123> ftp 192.168.xxx.xxx
Connected to 192.168.xxx.xxx.
220 Service ready
500 Unsupported command
User (192.168.xxx.xxx:(none)): guest
Connection closed by remote host.
PS C:\Users\123> ftp 192.168.xxx.xxx
Connected to 192.168.xxx.xxx.
220 Service ready
500 Unsupported command
User (192.168.xxx.xxx:(none)): anonymous
Connection closed by remote host
I am not sure why it is doing that.
I do not have any sample code to get this to work.
Essentially I figured out how to get the FTP_SERVER preprocessor define into the bsp, then added a call to ftps_init();
There may be more I need to do.
Any suggestions would help thanks.
Martin