So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By Tertius21
#87222 ok, thank you. But i need the File Timestamp. And the only way is to use SdFat.h (or any repo) but no one works if #include <ESP8266WiFi.h> included.
Or is there another way to set the file Timestamp of a file on sd card with an esp2866?
User avatar
By Tertius21
#87225 I upload a file from the Windows PC to the esp8266 with a connected sd card modul over a http webpage on the esp.
i open the upload file with sdfat (or something else) and read the lastWriteDate and lastWriteTime of the file.

My Goal is to write this Date/Time as Timestamp to the file that is streamed to the sd card.