This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
Sure there is many ways. But you have to master the SD library code, then write the application yourself to merge 2 libraries. Check FTP_Server_SDFAT2 example to understand how to deal with SD Cards. There are too many public SD-related libraries now, for example It's better to post your issue, if you cant figure out how to do or to solve your issue, on Arduino Forum Sorry, here is not a general Forum for every issue, only issues (bug, enhancement, HOWTO USE, etc) related to this library are suitable. Good Luck, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use FTPClient _ Generic in Arduino MKRZER.
Downloading large files will not work properly.
Is there any way to save to SD card with FTPClient_Generic?
I use an Arduino to control various equipment. In order to monitor the solar system this time, I would like to periodically download the CSV files accumulated in the server.
The target file is 200 kb. Please advise.
Beta Was this translation helpful? Give feedback.
All reactions