When using MTP is too slow or is totally not working, you can use ADB to copy files from/to your Android phone via USB cable.
yum install android-tools
adb devices
adb devices
adb pull /sdcard/DCIM/Camera ./
Paweł Szaga home page
When using MTP is too slow or is totally not working, you can use ADB to copy files from/to your Android phone via USB cable.