Daily Shaarli

All links of one day in a single page.

October 21, 2024

linux - How to effectively transfer files from PC to an Android phone? - Super User
thumbnail

install via scoop

adb devices

adb shell

ls

copy from phone to comp:
adb pull -a -p "/sdcard/DCIM/Camera" .
adb pull -a -p "/sdcard/Download" "%cd%/Download"