hi
How to made ESP32 fast FTP server use SD-Card?
How to made fast FTP server with SD-Card?
Re: How to made fast FTP server with SD-Card?
Here's a great starting point (from robert-hh, also in this forum) https://github.com/robert-hh/FTP-Server ... 2-and-PYBD
Re: How to made fast FTP server with SD-Card?
Thank you
it is don use SD-Card.
Please send me This Forum Link
it is don use SD-Card.
Please send me This Forum Link
Re: How to made fast FTP server with SD-Card?
The FTP server doesn't care about whether it's internal flash, external flash, sd card, or mmc. It's all just part of the filesystem.
If your sdcard is mounted at /sdcard, then configure the ftp server to use that.
If your sdcard is mounted at /sdcard, then configure the ftp server to use that.