Skip to content

Preserve file executability when dowloading directories

Martin Blanchard requested to merge mablanch/134-download-exec-flag into master

Description

Currently uploading and downloading a directory from/to CAS will result in a loss of execution authorisations on files.

Changes proposed in this merge request:

  • Ensure execution flags are stored during uploads.
  • Restore executability on files during downloads.
  • Add a test case for file executability.

This merge request, when merged, will address issue/bug:

#134 (closed)

Edited by Martin Blanchard

Merge request reports