ADB - Send or receive files and folders using adb push command using linux/windows
Connect your android device to a computer using adb and transfer files and directories using adb
send files:
1adb push [source file location] [destination]
2
3e.g:
4 adb push Remove-Gapps-master.zip /storage/emulated/0
receive files:
1 adb pull [souce file location] [destination]
2
3e.g:
4 adb pull /storage/emulated/0/TWRP .