简体   繁体   中英

How to transfer files from Phone to PC using ADB?

Location of pictures:

/storage/sdcard0/pictures/screenshots/

I want to move all the screenshots to below folder in my PC

C:\Users\[username]\Downloads

I have ADB enabled and not rooted my phone.

Help me to use ADB pull.

Use the following command:

adb pull /storage/sdcard0/pictures/screenshots/ C:\Users\<username>\Downloads

You will find the folder named 'screenshots' at the location C:\Users\<username>\Downloads

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM