blackcodetavern / ESP32_FTPClient

An FTP-Client for the ESP32
MIT License
35 stars 8 forks source link

Slow uploading speed #10

Open MuhammadAqib1122 opened 4 years ago

MuhammadAqib1122 commented 4 years ago

Hi, I am using ESP32 development board to read files from the sd card and send them to the FTP server using this library but the speed is terribly slow. It is taking about 10mins to upload 10mb file.

Is there any way to increase the speed?

ldab commented 4 years ago

Have you tested your FTP server with a Windows client for example and compared the speed?

MuhammadAqib1122 commented 4 years ago

Yes. From windows client, speed is good. But from esp32, speed is very slow.