How to transfer files using ADB push and pull commands – Guide

ADB (Android Debug Bridge) is a versatile tool and part of the Android SDK platform toolset that is often used by developers or Android enthusiasts who want to tinker with the software. But it also offers features which might be useful for an average user. ADB pull and push commands are one of them and can be used to copy files from your PC to your Android device (or vice versa) using just one command.

File transfers using ADB

There are many ways to transfer files between your Android device and a PC, many of which do not require wires. In fact, there are so many great ways to transfer files that using ADB might not even be the tool for you. However, when all else fails, or you’ve just made a screen recording and you’re all connected up anyway, ADB file transfer is here for you. Using a command-line interface is generally reserved for the more adventurous computer users, but that doesn’t mean it’s difficult to use. In fact, once you have a basic understanding, the command line is quite simple. This all remains true for ADB for Android as well. Let’s start. Connect your Android device to your PC, get ADB up and running in a command window or Terminal, type adb devices and press enter. As a reminder, we recorded a screen recording last week and stored it on our device in the /sdcard/video.mp4 location. Let’s transfer this file to our computer.

Pull a file from your Android device

Send a file to your Android device

Final note

I hope you like the guide How to transfer files using ADB push and pull commands. In case if you have any query regards this article you may ask us. Also, please share your love by sharing this article with your friends.