Pull File from Device
adb_pullCopy a file from an Android device to your computer using ADB, specifying the remote path and optional local directory.
Instructions
Copy a file from device to local computer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remote_path | Yes | Path on device (e.g., '/sdcard/Download/file.txt') | |
| local_dir | No | Local directory to save the file (default: current directory '.') |