You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I call aft-mtp-cli --input-file <filename> I get errors: error: invalid command cd Music
However, if I copy-paste each line individually, the transfer is successful: aft-mtp-cli "cd Music" "put ./Dire\ Straits/On\ Every\ Street/10\ My\ Parties.mp3"
I could not find any documentation on the proper use of --input-file or how to properly format it
The text was updated successfully, but these errors were encountered:
error: invalid command cd Music
error: invalid command put /mnt/Multimedia/Musica/Gojira/2003 - The Link (Re-Release - 2005)/11 - Dawn.mp3
error: invalid command put /mnt/Multimedia/Musica/Gojira/2003 - The Link (Re-Release - 2005)/05 - Torii.mp3
error: invalid command put /mnt/Multimedia/Musica/Charles Trenet/Effroyables Jardins/13 Y'a d'la joie.mp3
error: invalid command put /mnt/Multimedia/Musica/Mark Knopfler/Screenplaying/05 The Long Road.mp3
Hi,
I have created a script to upload files into Android, mainly music. The script has the following structure:
When I call
aft-mtp-cli --input-file <filename>
I get errors:error: invalid command cd Music
However, if I copy-paste each line individually, the transfer is successful:
aft-mtp-cli "cd Music" "put ./Dire\ Straits/On\ Every\ Street/10\ My\ Parties.mp3"
I could not find any documentation on the proper use of
--input-file
or how to properly format itThe text was updated successfully, but these errors were encountered: