Open joegeorgeson opened 6 months ago
Hi @joegeorgeson,
Thanks for opening this issue. We're going to look into matching the file permissions to the user default permissions.
Best, Eric
Eric Cox, PhD [Contractor] (he/him/his) NCBI Datasets NIH/NLM/NCBI eric.cox@nih.gov
Versions conda package: 16.15.0-ha770c72_2
Describe the bug Any downloaded file has '600' permissions, but not the default of the user.
Note that in the example below:
ftp
download has-rw-r-----
permissions (640)datasets
download has-rw-------
permissions (600)To Reproduce Below is an example comparing an
ftp
download with adatasets
download.Expected behavior Expect the file permissions to be the default of the user (umask 0027 in this case). In this specific case, importantly, this will give others users of the group access to the file.
Thank you