Using ESP32 FTP Arduino Client for File Uploads



Using ESP32 FTP Arduino Client for File Uploads

Using ESP32 FTP Arduino Client for File Uploads

If you have an ESP32 project collecting data, but want to scale up the nodes or storage volume, sending the data to your local FTP Server makes things easier to process…. More information and links below….

Using the ESP32_FTPClient Library, in conjunction with an FTP Server such as FileZilla, you can quickly and easily transfer data and files from your devices back to a server.

This is very useful if you are processing data from multiple nodes in different physical locations on a PC, and removes the need to either bring the device back to the PC, or an SD Card, meaning you can gather and process in parallel… and if the FTP server is available online, you can gather data globally!

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

ESP32_FTPClient Library on GitHub:
https://github.com/ldab/ESP32_FTPClient

FileZilla FTP Server Download for Windows:
https://filezilla-project.org/download.php?type=server

#Arduino #VisualStudio #esp32

Comments are closed.