T0biasCZe / AdbFileManager

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

Feature Request: Include File Timestamps #8

Closed nezuky closed 11 months ago

nezuky commented 11 months ago

When copying files using Media Transfer Protocol (MTP) file timestamps are preserved.

AdbFileManager does not replicate this behavior, but it can be easily achieved by adding the -a flag to adb pull so that file timestamps are copied. #7

Example: adb pull -a /sdcard "PC_directory"

However I don't see an easy solution for implementing timestamps for sending files via adb push.

T0biasCZe commented 11 months ago

Done in v1.3