There are a number of 3rd party apps that allow access of MTP devices over usb. here are just 2 http://mac.eltima.com/sync-mac.html http://mac.eltima.com/mtp-file-transfer.html
So my question is, why isn't it possible to do this directly using bash commands? Any bash experts care to chime in?
This article on MTP devices from windows
suggests that
exposing MTP device as a read/write filesystem is not possible.
If so, how do the apps accomplish this?
First clone the repository; git clone https://github.com/JasonFerrara/jmtpfs.git
The undefined errors are simply part of the <sys/errno> headers and the headers
so simply add: #include <sys/errno.h> #include
to src/mtpFilesystemErrors.h
– silicontrip May 29 '18 at 06:53