pull_file
Retrieve a file from an Android device to a local path. Use it to copy device files, such as /sdcard/Download/test.txt, to your computer for inspection or backup.
Instructions
从 Android 设备拉取文件到本地。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| local_path | Yes | 保存到本地的路径,例如 /tmp/test.txt。 | |
| device_path | Yes | 设备上的文件路径,例如 /sdcard/Download/test.txt。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |