android.file.pull
Transfer files from Android devices to local systems using adb pull. Specify device serial, remote file path, and local destination to copy files.
Instructions
Transfers a file from the device to the local filesystem using adb pull. Remote path must exist and be readable. Local directory must be writable.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | Yes | ||
| remotePath | Yes | ||
| localPath | Yes |