How do I adb pull ALL files of a folder present in SD Card

后端 未结 7 1967
傲寒
傲寒 2020-12-12 12:45

I have a folder in my SD Card as: /mnt/sdcard/Folder1/Folder2/Folder3/*.jpg

The name of Folder1 and Folder2 remains constant and inside Folder2 I have F

相关标签:
7条回答
  • 2020-12-12 13:22

    Yep, just use the trailing slash to recursively pull the directory. Works for me with Nexus 5 and current version of adb (March 2014).

    0 讨论(0)
提交回复
热议问题