Problems running FTP and HTTP server concurrently

Hello,

I’m trying to run a FTP and a HTTP server concurrently. Both do well if running separately.

When both are running, only HTTP server is doing it’s job. I also can log in to the FTP server but the answer to a dir comand is always 425 Can’t open data connection.

I tried a few things the last days but didn’t get to succeed.

How can I fix this Problem?

Thanks for Help

Hello, By default under Dynamic C 10.72 installation there is updpages.c sample application at the below path. This application works as a http and ftp server.

C:\DCRABBIT_10.70\Samples\FileSystem\FAT

Thanks.

That’s exactly the right answer.
We had the same problem, and with this example we find the solution. Thanks a lot!