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.