Well, I want to push some text for example, on a sql database on a local server. Also I want to push text to a file on a server using any authentication methods that esp8266 can support. I can't be more precise than that as I don't know how.
How to inject data in a sql server, using a mariadb username/password/database name?
How do I write text to a file on a server using a secure method? What kinds of protocols does the Arduino IDE support for this? Let's say update a text file on a FTP server with user name/password? How do I replace the text on that file, or how do I append text to a file?
I'm trying to see what the limitations are so I can understand how much I can do with this board.
Thanks again for your feedback!