-->
Page 1 of 1

NodeMCU Esp8266 + SD Card (FTP server)

PostPosted: Tue Aug 29, 2017 11:33 am
by elektro14
Hi guys.. i think i need some help here.
I have a project to read the DHT22 sensor (Temperature-humidity sensor) value and save it to the SD card. (Succeed , get the SD card to the PC and check it out)
Then i have to get the file/data at the SD card using PC via FTP. So the NodeMcu will act as FTP server.
I finally could access the server using FileZilla, but i realize that the directory shown is empty. And in the serial monitor Arduino IDE aren't showing the title of the file too.
Do you guys have any idea ? :|

Thank you.

Re: NodeMCU Esp8266 + SD Card (FTP server)

PostPosted: Thu Aug 31, 2017 10:09 am
by martinayotte
It is up to the FTP server code to provide proper file list.
Where this FTP server code is coming from ?