simple-mtpfs

FUSE filesystem driver for MTP devices like Android phones

brewmacoslinux
Try with needOr install directly
Source

About

Simple MTP fuse filesystem driver

Commands

simple-mtpfs

Examples

Mount an MTP device to a local directory$ simple-mtpfs /mnt/mtp
Mount a specific MTP device by bus and device number$ simple-mtpfs -device 1,5 /mnt/mtp
Unmount the MTP device$ fusermount -u /mnt/mtp