In Android just selectively enable wireless ADB debugging and then use ADB Explorer. Easier than plugging the phone in, wireless, and allows access to all folders on the device (including /Android/data/* which is blocked from being accessed using on-device file explorers). Turn it off when you’re done. Boom, wireless data transfer to and from an Android device at way faster than cabled SMB speeds.
In Android just selectively enable wireless ADB debugging and then use ADB Explorer. Easier than plugging the phone in, wireless, and allows access to all folders on the device (including /Android/data/* which is blocked from being accessed using on-device file explorers). Turn it off when you’re done. Boom, wireless data transfer to and from an Android device at way faster than cabled SMB speeds.
Faster than a cable, unless your device has usb 3.xx
That would work great for me if it had a linux version. Theoretically someone could just use fuse for it
ADB Explorer is really just a wrapper for adb-pull, you can use that manually on Linux but without the GUI it’s true it’s not quite as seamless.