Chat freely about anything...

User avatar
By alireza sadeghpour
#50002 hi to all
i am trying to done a project that in it i want to create a set that it must receive some image from my phone and display it in lcd, i done an search in internet and found that esp8266 is a good module that may be satisfy my requirements.
know i ask that this module can satisfy my requirements and what is best way to connect to module in order to receive files from my phone or computer through esp8266(i heard that it support full stack of tcp/ip so it must support ftp).
thanks for your attention
User avatar
By martinayotte
#50005 There are many ways to upload files, such HTTP Post using WebServer, or you can build your own X-Modem or others in a Telnet TCPServer.
If you still wish some kind of FTP server, you can look at https://github.com/nailbuster/esp8266FTPServer