peterus / ESP-FTP-Server-Lib

MIT License
25 stars 12 forks source link

10KB/s~30KB/s ? Is this normal? #14

Open a442509097 opened 2 years ago

a442509097 commented 2 years ago

how to change FTP buf size?

a442509097 commented 2 years ago

I solved it, use SD_MMC mode, then ftp.addFilesystem("SD_MMC", &SD_MMC); Now the speed is 260KB/s.