Question
How can I increase downloading speeds for FTP on NetX Duo?
Hello, everyone on the forum.
I'm building a system using the STM32H735G-DK, ThreadX, and NetX Duo.
I'm writing logs to a microSD card to keep a record of the system's operation.
I integrated FTP into the system so that log files can be downloaded via Ethernet.
Since the FTP download speed is only about 150 kilobytes per second, it takes a long time to download large log files.
Currently, `nx_ftp_server_create` allocates an 8K-byte stack for the FTP server.
What are some ways to increase FTP download speeds?
I would appreciate any advice.
