micropython-ftplib
micropython-ftplib copied to clipboard
An FTP client library for MicroPython.
Results
1
micropython-ftplib issues
Sort by
recently updated
recently updated
newest added
I tested micropython-ftplib with Micropython on my ESP32 and it works well. That is the good News. I found `ftplib` is incompatible to Micropython's intrinsic library `requests` for ESP32. I...