robert-hh / FTP-Server-for-ESP8266-ESP32-and-PYBD

Small FTP server for ESP8266/ESP32/PYBD on the MicroPython platform
MIT License
149 stars 40 forks source link

Pycom ftp #17

Closed DG12 closed 1 year ago

DG12 commented 2 years ago

Do you happen to know where the source for the FTP server used in pycom?

robert-hh commented 2 years ago

For Pycom it is here: https://github.com/pycom/pycom-micropython-sigfox/tree/Dev_release_v1.20/esp32/ftp

For MicroPython, there is a ftp server in the cc3200 Port: https://github.com/robert-hh/micropython/tree/w60x/ports/cc3200/ftp

There is also branch for the Winner W60x chip supported by me which also has a ftp server, where the implementation is a little bit simpler: https://github.com/robert-hh/micropython/blob/w60x/ports/w60x/tools/ftpserver.c

DG12 commented 2 years ago

Thanks. Some how the only portion of that repo I didn’t look at was sigfox

DG12 commented 2 years ago

Line 217 explains it: { "May" }, { "Jun" }, { "Jul" }, { "Ago" }, Should be Aug

I guess I’ll post a pull reassert. Thanks again

robert-hh commented 2 years ago

Pycom does not maintain these products any more. You can make a PR, but most likely it will ne ignored.