Mount an Android device over MTP on FreeBSD

First, install jmptfs:

# pkg install fusefs-jmtpfs

Then mount (where /media/android is your mountpoint):

# jmtpfs -o allow_other /media/android
If you have any comments, contact me by email.