-->
Page 1 of 1

FTP Server

PostPosted: 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

PostPosted: Fri Nov 06, 2015 11:49 am
by igrr
Perhaps it is possible to adapt this library?

https://github.com/gallegojm/Arduino-Ftp-Server

EthernetClient has to be replaced with WiFiClient. Perhaps some other changes are necessary as well.

Re: FTP Server

PostPosted: 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