Interference between Web-Server and FTP ?

We are designing an application with web server and FTP server to reload a BIN file into the ROM. It seems to us that the FTP server does no more function after we have started the web server. Is this correct ? Has anybody observed similar or same behavior ? Thank’s for your hints, Georg

It looks like an application issue. You can indeed have both ftp server and an http server running at the same time in the same application with no problems. Put a break point in applicationstart and step in to see you have actually called HSStartServer(); and ftp_server_app_init();

do you use GreenHills or GNU ? If GNU try hard reset the board before loading the code. otherwise works fine here.