Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By rooppoorali
#96238 To download files or the filesystem from an ESP8266 without using a web server on the ESP8266 itself, you can use an FTP server running on the ESP8266. FTP (File Transfer Protocol) is a protocol used to transfer files over the internet and local networks.

Here is how you can implement an FTP server on an ESP8266:

https://www.hackster.io/xreef/ftp-serve ... p32-b03bd8