Chat freely about anything...

User avatar
By danbicks
#33573 Guys,

Do you know if their is a library available to upload a file from ESP to an ftp server?

I now have the ESP downloading a Json file from my web server in the cloud, the ESP checks the version on the server file and if more concurrent updates local SPIFFS config file with the web server file version. Had to hack a few bits here and there but seems to work fine.

Now I want to upload some json SPIFFS created files from the ESP to an ftp server.

Any input to achieve this would be brilliant.

Cheers Dans
User avatar
By danbicks
#41457
Alex_kraft wrote:Hey, any luck in your FTP project? I'm really interested in it )


Hi @Alex,

Yes big success I now have the Esp uploading a spiffs file to my FTP server in the cloud. Just adding the download a file part then I will wrap it all up in a library.

Cheers Dans