A simple FTP server for Circuitpython 8.x and 9.x, with PASV and ACTIVE support!
Installation:
You can copy the 'src/ftp.py' to your board directly or instead make it an mpy package.
Just run make mpy
. If your board is attached, the mpy-cross used will be based off of your board's CircuitPython version.
You can also override the version like: MPYVER=9.0.0-alpha.1-32-g0928a95bb2 make mpy
Usage:
Usage examples provided in 'examples'.
Due to ongoing issue adafruit/circuitpython#8363, this implementation cannot be used along with the web-workflow!
-
Notifications
You must be signed in to change notification settings - Fork 0
CircuitPython FTP Server, A simple FTP server for Circuitpython 8.x / 9.x
License
beryllium-org/CircuitPython_FTP_Server
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
CircuitPython FTP Server, A simple FTP server for Circuitpython 8.x / 9.x