T0biasCZe / AdbFileManager

Fast Android <-> Windows file manager using ADB protocol
444 stars 29 forks source link

Include file timestamps #7

Closed nezuky closed 11 months ago

nezuky commented 11 months ago

Problem: Timestamps are not copied when sending files from Phone to PC.

Solution: Add the -a flag to adb pull so that file timestamps are copied.

T0biasCZe commented 11 months ago

Added it as option. image