pull_file
Copy any file or directory from a connected Android device to your host computer. Provide the device's absolute source path and a local destination path to download data.
Instructions
Copy a file or directory from the connected device to the host machine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Specific device serial number | |
| localPath | Yes | Target absolute file path on the host computer | |
| remotePath | Yes | Absolute file path of the source file/directory on the Android device (e.g. '/sdcard/Download/photo.jpg') |