How to made fast FTP server with SD-Card?

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
User avatar
AmirJ
Posts: 26
Joined: Tue Sep 03, 2019 9:48 am

How to made fast FTP server with SD-Card?

Post by AmirJ » Thu Sep 19, 2019 8:16 pm

hi
How to made ESP32 fast FTP server use SD-Card?

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: How to made fast FTP server with SD-Card?

Post by jimmo » Fri Sep 20, 2019 12:16 am

Here's a great starting point (from robert-hh, also in this forum) https://github.com/robert-hh/FTP-Server ... 2-and-PYBD

User avatar
AmirJ
Posts: 26
Joined: Tue Sep 03, 2019 9:48 am

Re: How to made fast FTP server with SD-Card?

Post by AmirJ » Fri Sep 20, 2019 5:29 am

Thank you

it is don use SD-Card.

Please send me This Forum Link

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: How to made fast FTP server with SD-Card?

Post by jimmo » Fri Sep 20, 2019 5:50 am

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.

Post Reply