adafruit / Adafruit_CircuitPython_Wiznet5k

Pure-Python interface for WIZNET 5k Ethernet modules
Other
15 stars 37 forks source link

File Transfer example #167

Closed nopnop2002 closed 4 months ago

nopnop2002 commented 4 months ago

Many microcontrollers now support file systems.

I would like file transfer samples such as ftp and scp.

justmobilize commented 4 months ago

FTP and SCP would be separate libraries, potentially too big for many MCUs. You can check the community bundle to see if anyone has built anything for that.

nopnop2002 commented 4 months ago

A lightweight tftp might also be fine.

justmobilize commented 4 months ago

Here is the community bundle list: https://github.com/adafruit/CircuitPython_Community_Bundle/blob/main/circuitpython_community_library_list.md

You can also join Adafruit's Discord: http://adafru.it/discord and ask there if anyone has built anything

nopnop2002 commented 4 months ago

OK. Thank you.