2025-10-17 9:28 AM
I'm looking to utilize an FTP server with the STM32F7NI-Discovery board.
Specifically I'm looking at taking Nx_Webserver demo for that board (which works great) and adding the ftp module to it that NetxDuo provides.
However, I'm seeing that the F7 chips don't have a way to add the FTP module to NetxDuo using the STMCube IDE, where that option is available for the H7 chips.
Is there anything preventing me from getting an ftp server running by manually copying the addon from the NetxDuo Github repo and modifying the WebServer Demo project to utilize FTP on the F7 board?
I've gone ahead and added the files to the project and it compiles just fine, but I run into memory management issues when trying to create an FTP server with it. That could very easily just be my own inexperience with the tools, though.
2025-10-20 1:31 AM - edited 2025-10-20 4:55 AM
Hello @ijohnson
A change request has been submitted to the development team under internal ticket number 219989 to add FTP server and client support for the STM32F7 series in the X-Cube-AzureRTOS pack.
I will keep you posted with updates.
THX
Ghofrane
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.