Flipper Zero: MTP

## Build Status - **Latest Release**: [Download](https://github.com/Alex4386/f0-mtp/releases/latest) - **Latest Nightly**: [Download](https://github.com/Alex4386/f0-mtp/actions/workflows/nightly.yml) _(GitHub Login Required)_ | Nightly Build | Release Build | | :-----------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------: | | ![Nightly Build](https://github.com/Alex4386/f0-mtp/actions/workflows/nightly.yml/badge.svg) | ![Release Build](https://github.com/Alex4386/f0-mtp/actions/workflows/release.yml/badge.svg) | ## What is this? `f0-mtp` is a application that implements [`MTP (Media Transfer Protocol)` defined by `USB-IF`](https://www.usb.org/document-library/media-transfer-protocol-v11-spec-and-mtp-v11-adopters-agreement) on Flipper Zero. This allows you to access the Flipper Zero's internal and SD card storages from your computer without the need of any additional drivers like [`HID-File-Transfer`](https://github.com/Kavakuo/HID-File-Transfer). If your computer can handle Android devices, it should be able to handle Flipper Zero as well with this application. ### Features * Access Internal and SD card storages * List files and directories - Navigate directories (Currently has a bug that file/directory name is not shown correctly) ## How to build See [HOW_TO_BUILD.md](HOW_TO_BUILD.md) for more information. ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.