FTP Server
Posted:
Wed Nov 04, 2015 6:44 pm
by pipi61
Hi!
I make data logger on sdcard.
How to make Ftp server on ESP with sdcard use?
What is possible download speeds?
Thank You
Re: FTP Server
Posted:
Fri Nov 06, 2015 11:49 am
by igrr
Perhaps it is possible to adapt this library?
https://github.com/gallegojm/Arduino-Ftp-ServerEthernetClient has to be replaced with WiFiClient. Perhaps some other changes are necessary as well.
Re: FTP Server
Posted:
Fri Nov 06, 2015 12:13 pm
by pipi61
Hi!
I already found gallegojm ftp server sketch/lib.
EthernetClient and WiFiClient use compatible calls and parameters?
Thank You
Istvan