A Windows console utility application that mounts a MTP(Media Transfer Protocol) to a filesystem.
mtp2fs [arguments]
| Command | Short | Description |
|---|---|---|
| --help | -h | Shows a help message. |
| --mount | -m | Mounts a MTP device to a drive letter. |
| --list | -l | Lists connected MTP devices. |
-
Install dokan. https://github.com/dokan-dev/dokany
-
Open the solution file
mtp2fs.slnusing Visual Studio 2022, and build from there.
This project uses a MIT License.