ESP32 as an FTP server client
I have written a simple code that tries to use ESP32 as a device to send a JSON file to my server. The file is created, but unfortunately its content is empty. I am looking for an error in the code. I tried everything but it doesn’t work – the file is created on the server so the connection is there but the file is not being overwritten.