Line 0
Link Here
|
|
|
1 |
jmtpfs is a FUSE and libmtp based filesystem for accessing MTP |
2 |
(Media Transfer Protocol) devices. It was specifically designed for |
3 |
exchaning files between Linux (and Mac OS X) systems and newer Android |
4 |
devices that support MTP but not USB Mass Storage. |
5 |
|
6 |
The goal is to create a well behaved filesystem, allowing tools like |
7 |
find and rsync to work as expected. MTP file types are set automatically |
8 |
based on file type detection using libmagic. Setting the file appears |
9 |
to be necessary for some Android apps, like Gallery, to be able to find |
10 |
and use the files. |
11 |
|
12 |
Since it is meant as an Android file transfer utility, and I don't have |
13 |
any non-Android MTP devices to test with, playlists and other non-file |
14 |
based data are not supported. |
15 |
|
16 |
WWW: https://github.com/kiorky/jmtpfs |