Arduino ESP32 FTP Server with SD Card

If you want to transfer files to an SD Card on an ESP32 based board, then FTP may be what you need.... Here we show how to use a GitHub Example to achieve this.... More information and links below.....

GitHub Example: https://github.com/fa1ke5/ESP32_FTPServer_SD_MMC

Getting an ESP32 to act as an FTP server can be tricky, but the brilliant example from fa1ke5 delivers everything we need to achieve this with the built in example.

We use the FileZilla FTP Client, however any FTP Client should work as long as Plain FTP is supported, and connections can be limited to only 1.

The transfer speeds are impressive for an embedded device!

If you want to use this code in other projects without copying the ESP32FtpServer.h / .cpp files into each project, check out our Shared Library projects videos below....

Our Website:
https://www.visualmicro.com/

GitHub Example:
https://github.com/fa1ke5/ESP32_FTPServer_SD_MMC

FileZilla Client Download:
https://filezilla-project.org/download.php

Creating a Cross Platform Shared Code Arduino Project:
https://www.youtube.com/watch?v=01B0G1dXOBg

#Arduino #VisualStudio #esp32

powered by Auto Youtube Summarize

Twitterでフォローしよう

おすすめの記事