通过命令行从Windows传输文件到MTP设备


2

我正在寻找一种使用批处理文件(命令行)将文件从我的PC传输到MTP设备(无Android)的方法。是否有任何基于命令行的应用程序,只能将文件从PC传输到MTP设备。

PS:我已经在网上阅读了大多数解决方案,其中大多数最终都使用了samba和WebDev,但我不能这样做。因为它是一个客户项目。

Answers:


0

请按照以下步骤操作

  1. 转到命令提示符
  2. 输入 cd "file location"
  3. adb push "filename" /mnt/sdcard/

验证步骤:

adb root
adb shell
cd /mnt/sdcard
ls

5
OP提到该设备不是Android。
Biswapriyo
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.