adb pull

copy files/dirs from device

To copy a file or directory and its sub-directories from the Android device

adb  pull /mnt/sdcard/Download/test.apk pc.apk

preserve file timestamp and mode.

adb  pull -a /mnt/sdcard/Download/test.apk pc.apk