Closed DG12 closed 1 year 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
Thanks. Some how the only portion of that repo I didn’t look at was sigfox
Line 217 explains it: { "May" }, { "Jun" }, { "Jul" }, { "Ago" }, Should be Aug
I guess I’ll post a pull reassert. Thanks again
Pycom does not maintain these products any more. You can make a PR, but most likely it will ne ignored.
Do you happen to know where the source for the FTP server used in pycom?