Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Help]how to download/upload file from SPIFFS (AEGHB-366) #92

Closed
fatsheep2020 opened this issue Aug 31, 2023 · 4 comments
Closed

[Help]how to download/upload file from SPIFFS (AEGHB-366) #92

fatsheep2020 opened this issue Aug 31, 2023 · 4 comments

Comments

@fatsheep2020
Copy link

when i want upload many files to SPIFFS and download it to check, how to do that?

Thanks!

@github-actions github-actions bot changed the title [Help]how to download/upload file from SPIFFS [Help]how to download/upload file from SPIFFS (AEGHB-366) Aug 31, 2023
@espressif2022
Copy link
Collaborator

when i want upload many files to SPIFFS and download it to check, how to do that?

Thanks!

Can you give a more detailed description of the requirements?
What interface, USB, wifi?

@fatsheep2020
Copy link
Author

yes, the communication interface is usb or wifi, both are ok. just use SPIFFS(the flash file system in Box) to save files, and also can use PC to download check the files content.
Thanks!

@espressif2022
Copy link
Collaborator

yes, the communication interface is usb or wifi, both are ok. just use SPIFFS(the flash file system in Box) to save files, and also can use PC to download check the files content. Thanks!

You can refer to this two demos in ESP-IDF:
Wi-Fi: esp-idf/examples/protocols/http_server/file_serving
USB: esp-idf/examples/peripherals/usb/device/tusb_msc
If you want to verify whether the file is correct, can't you do a local MD5 verification in the box?

@ESP-Mars
Copy link
Collaborator

ESP-Mars commented Nov 9, 2023

Temporarily closed due to the extended period of time with no response. Should you have additional questions or concerns, don't hesitate to reopen the issue.

@ESP-Mars ESP-Mars closed this as completed Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants