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