I posed this yesterday on the PyFilesystem discussion Google Group but it's so far not even garnered a single view, so perhaps that group is defunct. I turn to the knowledgeable folks here:
I am copying files from one filesystem instance to another. I see no (easy) way to tell fs.copy.copy_fs to preserve file permissions when copying files (the equivalent of the cp(1)'s -p flag). So, accessed, created, modified times, as well as permissions. It seems I need to craft a dictionary with only marginally documented structure, which I can then pass to the destination filesystem's setinfo method, something like this: dst_fs.setinfo(dst_path, <details_dict>) I suspect I will figure this out (painfully), but if someone has some hints, they'd be appreciated. Thanks, Skip -- https://mail.python.org/mailman/listinfo/python-list