AZRTOS and FTP support
STM32CubeIDE
Version: 1.14.1
STM32CubeMX - STM32 Device Configuration Tool
Version: 6.10.0-RC9
Build: 20231120-2037 (UTC)
OS: Linux (Mint 21)
I am trying to add support for FTP support using CubeIDE. In the Software Packs Component Selector, under Network NetXDuo> NetXDuo> there are several Addons that can be applied. One that I am currently using is Addons Web Server and that is working. However, I do not see a selection for FTP. I do find in the software packs repo for STM32H7 (version 3.2.0), in the Middlewares/ST/netxduo/addons folder another folder called ftp. This folder contains the nxd_ftp_server.c and nxd_ftp_server.h files I need to support ftp service. If I add those files to my project, in the same place the web addons are kept, when I regen the project the files I added are taken away. It seems like there should be several more options available in the Software Packs selection so CubeMx knows to add them or at least not take them away.
I guess for now, if have to put them in a safer location. A little annoying.
