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

> Interact with MTP devices from the command line.
Comment thread
AnshikaBisht1202 marked this conversation as resolved.
Outdated
> More information: <https://manned.org/aft-mtp-cli>.

- List connected devices:

`aft-mtp-cli {{[-l|--device-list]}}`

- Connect to a specific device by name:

`aft-mtp-cli {{[-d|--device-name]}} {{device_name}}`

- 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}}`

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure this will work?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


- Read input commands from a file:

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

- Display help:

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

- Display version:

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