uftpd equivalent for Pi Pico W? #9575
Replies: 4 comments 2 replies
-
uftpd.py works on the Pi Pico W as well. I just tried it. |
Beta Was this translation helpful? Give feedback.
-
I use mpremote.py to copy uftpd.py to the board over USB. |
Beta Was this translation helpful? Give feedback.
-
Presumably that is identical to using Thonny to copy the uftpd.py library to the device - yes? |
Beta Was this translation helpful? Give feedback.
-
Got it - I had forgotten that import uftpd starts the server - so I was later adding uftpd.start()!! It has been four years since I used it -such a useful library - thanks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
Is there a lightweight ftp server available that works on a Pi Pico W?
On the ESP32, uftpd was really useful - is there an equivalent for the Pico?
Beta Was this translation helpful? Give feedback.
All reactions