Download file from webserver or ftp
-
What's the quickest and easiest way to download a file locally to a fipy. Can pycom natively download a file from a web/ftp server and ave locally? Can't find any concrete examples?
-
@paul-thornton Look like a great tool to use
-
You could write it yourself with the urequest library and file io functions. or use something like https://github.com/jczic/MicroWebCli
that seems to support it out of the box.
Note; I cant officially recommend MicroWebCli as Ive never used it and its not a pycom developed library. but provided the readme is correct it should work for your usecase :)