Skip to content
28 changes: 28 additions & 0 deletions pages/common/aft-mtp-cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# aft-mtp-cli

> Interact with MTP devices from the command line.
Comment thread
AnshikaBisht1202 marked this conversation as resolved.
Outdated
> More information: <https://manpages.debian.org/testing/android-file-transfer/aft-mtp-cli.1.en.html>.
Comment thread
Managor marked this conversation as resolved.
Outdated

- Show this help

`aft-mtp-cli {{[-h||--help]}}`

- Show debug output:

`aft-mtp-cli {{[-v||--verbose]}}`

- Start interactive mode:

`aft-mtp-cli {{[-i||--interactive]}}`

- Batch command processing:

`aft-mtp-cli {{[-b||--batch]}} {{device_name}}`

- Read input commands from a file:

`aft-mtp-cli {{[-f||--input-file]}} {{path/to/file}}`

- Display version information:

`aft-mtp-cli {{[-V||--version]}}`
Loading