I regularly use freefilesync DE to transfer backups of the root of my android device to my PC, however it can take upwards of 10 hours in some instances even when using usb 3.0. The main reason is that the MTP protocol does not allow for parallel transfers, however programs like "adb explorer" get around this issue with usb debugging, this has made multi hour transfers take only a dozen minutes. The main problem is that "adb explorer" does not have the robust comparison and sync features of freefilesync which I need.
Would be really cool if this could be done.
Feature request: adb file transfer
- Posts: 2
- Joined: 17 Aug 2024
- Posts: 2451
- Joined: 22 Aug 2012
As suggested multiple times in this forum, instead of using the (often buggy) native MTP protocol of your phone, you can install an sftp server on your phone and sync via FFS using the SFTP protocol.
search.php?keywords=android+sftp
search.php?keywords=android+sftp
- Posts: 4056
- Joined: 11 Jun 2019
The problem with ADB is that it requires some advanced knowledge about your device and best security practices. Both things the common person lacks. I think the increased headaches will outweigh the benefits
- Posts: 2
- Joined: 17 Aug 2024
That's a shame then, it would be a massive time saver. I've already done SFTP before but in that case I am network limited, so I have to do the 1000s of small files on FTP and the fewer big ones via usb which still takes 4-5x longer than adb explorer.
Thanks for everyone's input
Thanks for everyone's input
- Posts: 1
- Joined: 4 Oct 2024
Simply try Android USB RNDIS and you'll benefit from both USB3.0 and SFTP.