Page 2 of 2

Re: ESP32 connects to FTP server

Posted: Tue May 22, 2018 12:25 pm
by jitheshjv
Hi guys,
The file attached is a project on FTP sever by espressif . They sent me this when i get in touch with them.
Its over WiFi. I have tested it with WinScp and found working. but i think they havnt implemented the API for uploading anything from the server. Can anyone help me to port it over Ethernet ??

Thank you all :)

Re: ESP32 connects to FTP server

Posted: Fri May 17, 2019 11:57 am
by JohnnyB1290
HI! I have an C Ftp Client in my repo: https://github.com/JohnnyB1290/ESP32-FTP-Client
I'll be glad, if it can be useful for someone. :)

Re: ESP32 connects to FTP server

Posted: Wed Sep 04, 2019 12:57 pm
by organicasap
Hi Johnny, I have reviewed your lib, which is nice, however for ESP32, we would like to read from SPIFF or SD, are you able to show one example for FTPput() from SPIFF?