Forum Rule: Always post complete source code & details to reproduce any issue!
-
FTP client to SD card
Hi,
Do you know if there is a library that would download a file to an SD card with a teensy from an FTP or FTPS server if possible.
-
I think it should be not that hard to write a file to the sd card using http/https.
I am not aware of a ftp thing.
-
Senior Member+
you didn't say which teensy. I have an ftp and tftp server for T4.1 using lwIP, and a tftp server using FNET/NativeEthernet lib.
https://forum.pjrc.com/threads/60532...l=1#post237096
https://forum.pjrc.com/threads/60857...l=1#post239603
both use the SD lib for accessing microSD
writing a T4.1 tftp client shouldn't be too hard
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules