How to Connect to an FTP server using the Raspberry Pi Pico W (Quick/Easy)

Опубликовано: 02 Октябрь 2024
на канале: Shilleh
1,890
32

This video demonstrates how to FTP into external servers with your Raspberry Pi Pico W using the micropython-ftplib. Some of the functionality with this library is limited compared to the regular Python ftplib. Note that the micropython-ftplib from the Thonny packages does not work! Hence this is a workaround. Hope you find this useful to some degree

Link to Library Code:
https://github.com/SpotlightKid/micro...

Free ftp test server:
https://dlptest.com/ftp-test/

Link to Blog Post:
https://shillehtek.com/blogs/news/how...