I know to write data on Arduino could be done by monitoring Serial interface then write the output data to text file. Previously asked in this thread: How to write data to a text file on Arduino?
The text file could be save on SD card or SPIFFS ESP file system (SPIFFS: Writing a file).
But how to send the text file from ESP32 to FTP server?
Is it possible to directly write the text file to FTP server with wifi connection?
Tried FTP example from Arduino Playground seems doesn't work on ESP32, the Arduino IDE 1.8.7 gives me a bunch of errors.
Tried to Google entire internet, didn't found anything. There is many FTP Server source code example for ESP32 but nothing about ESP32 as FTP client.
Please help.