Page 1 of 1

Which library to create a FTP client with APPEND command?

Posted: Mon Jul 18, 2022 2:53 pm
by riccardo.brue
Hi, I need to push some data from a ESP32-wroom (ESP-IDF 4.3) to a remote FTP server (let's say Filezilal Server).
I cannot find any ready-to-use FTP library, do you suggest anything?
Furthermore, I need the APPEND command in order to create a file and to sequentially append new data inside it, how can I do such thing? Thank you.